aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-02 20:08:38 +0800
committerobscuren <geffobscura@gmail.com>2014-05-02 20:08:38 +0800
commit2582d719b2a8a3facac4410dd9a2ddaf5000f038 (patch)
tree185fb9029668824e57c060a49d9a3e7ac121bb70 /ethereal
parented64434dcc10347ad9846182ece2d71238138de9 (diff)
downloadgo-tangerine-2582d719b2a8a3facac4410dd9a2ddaf5000f038.tar
go-tangerine-2582d719b2a8a3facac4410dd9a2ddaf5000f038.tar.gz
go-tangerine-2582d719b2a8a3facac4410dd9a2ddaf5000f038.tar.bz2
go-tangerine-2582d719b2a8a3facac4410dd9a2ddaf5000f038.tar.lz
go-tangerine-2582d719b2a8a3facac4410dd9a2ddaf5000f038.tar.xz
go-tangerine-2582d719b2a8a3facac4410dd9a2ddaf5000f038.tar.zst
go-tangerine-2582d719b2a8a3facac4410dd9a2ddaf5000f038.zip
Updated sample coin
Diffstat (limited to 'ethereal')
-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)
})
}