Skip to content

Commit 4fe5072

Browse files
Support updated send calls result (#396)
1 parent dd388e3 commit 4fe5072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/transactions/eip5792/sendCalls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export function sendCallsComponent(parentContainer) {
128128
params: [getParams()],
129129
});
130130

131-
document.getElementById('eip5792RequestIdInput').value = result;
131+
document.getElementById('eip5792RequestIdInput').value = result.id;
132132
errorContainer.hidden = true;
133133
errorOutput.innerHTML = '';
134134
} catch (error) {

0 commit comments

Comments
 (0)