aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/examples/abi.html
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mist/assets/examples/abi.html')
-rw-r--r--cmd/mist/assets/examples/abi.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/assets/examples/abi.html b/cmd/mist/assets/examples/abi.html
index 8d172482c..8170e88b0 100644
--- a/cmd/mist/assets/examples/abi.html
+++ b/cmd/mist/assets/examples/abi.html
@@ -21,7 +21,7 @@
}];
var address = web3.eth.transact({
data: "0x603880600c6000396000f3006001600060e060020a600035048063c6888fa114601857005b6021600435602b565b8060005260206000f35b600081600702905091905056",
- gasprice: "1000000000000000",
+ gasPrice: "1000000000000000",
gas: "10000",
});
var contract = web3.eth.contract(address, desc);