aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/samplecoin/samplecoin.html
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal/assets/samplecoin/samplecoin.html')
-rw-r--r--ethereal/assets/samplecoin/samplecoin.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethereal/assets/samplecoin/samplecoin.html b/ethereal/assets/samplecoin/samplecoin.html
index 6f35a1312..02e2bd6ea 100644
--- a/ethereal/assets/samplecoin/samplecoin.html
+++ b/ethereal/assets/samplecoin/samplecoin.html
@@ -16,8 +16,8 @@ function createTransaction() {
var amount = document.querySelector("#amount").value;
var data = (("0x"+addr).pad(32) + amount.pad(32)).unbin()
- eth.transact(mAddr, jefcoinAddr, 0, "10000000", "250", data, function(tx) {
- debug("received tx hash:", tx)
+ eth.transact(mAddr, jefcoinAddr, 0, "10000000", "250", data, function(receipt) {
+ debug("received tx hash:", receipt)
})
}