We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd388e3 commit 4fe5072Copy full SHA for 4fe5072
src/components/transactions/eip5792/sendCalls.js
@@ -128,7 +128,7 @@ export function sendCallsComponent(parentContainer) {
128
params: [getParams()],
129
});
130
131
- document.getElementById('eip5792RequestIdInput').value = result;
+ document.getElementById('eip5792RequestIdInput').value = result.id;
132
errorContainer.hidden = true;
133
errorOutput.innerHTML = '';
134
} catch (error) {
0 commit comments