Skip to content

Commit 6a48ce0

Browse files
authored
Update signed-data.md
1 parent e57ff18 commit 6a48ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/signed-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Now that we have the bytecode of the contract, we can submit a transaction to cr
8181

8282
```javascript
8383
// create contract-create-code
84-
const createCode = EthCrypto.txDataByCompiled(
84+
const createCode = await EthCrypto.txDataByCompiled(
8585
compiledDonationBag.interface, // abi
8686
compiledDonationBag.bytecode, // bytecode
8787
[creatorIdentity.address] // constructor-arguments

0 commit comments

Comments
 (0)