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 e57ff18 commit 6a48ce0Copy full SHA for 6a48ce0
tutorials/signed-data.md
@@ -81,7 +81,7 @@ Now that we have the bytecode of the contract, we can submit a transaction to cr
81
82
```javascript
83
// create contract-create-code
84
-const createCode = EthCrypto.txDataByCompiled(
+const createCode = await EthCrypto.txDataByCompiled(
85
compiledDonationBag.interface, // abi
86
compiledDonationBag.bytecode, // bytecode
87
[creatorIdentity.address] // constructor-arguments
0 commit comments