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 d9fefd2 commit f80be91Copy full SHA for f80be91
apps/remix-ide/src/app/plugins/solidity-script.tsx
@@ -86,8 +86,8 @@ export class SolidityScript extends Plugin {
86
data: bytecode
87
}
88
let receipt
89
+ const signer = await web3.getSigner(tx.from || 0)
90
try {
- const signer = await web3.getSigner(tx.from || 0)
91
const { hash } = await signer.sendTransaction(tx)
92
receipt = await web3.getTransactionReceipt(hash)
93
} catch (e) {
0 commit comments