We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306ff02 commit 724bdc8Copy full SHA for 724bdc8
docs/private-networks/tutorials/contracts/index.md
@@ -96,7 +96,7 @@ const rawTxOptions = {
96
from: account.address,
97
to: null, //public tx
98
value: "0x00",
99
- data: "0x" + contractBin + contractInit, // contract binary appended with initialization value
+ data: "0x" + contractBin + contractConstructorInit, // contract binary appended with initialization value
100
gasPrice: "0x0", //ETH per unit of gas
101
gasLimit: "0x24A22", //max number of gas units the tx is allowed to use
102
};
0 commit comments