diff options
author | zelig <viktor.tron@gmail.com> | 2014-06-23 19:06:45 +0800 |
---|---|---|
committer | zelig <viktor.tron@gmail.com> | 2014-06-23 19:06:45 +0800 |
commit | c67cdab22162792f40cb366cbf12960c306aa835 (patch) | |
tree | ac220944d05ff384b8d3c79a56c709b705fbac05 /ethereal/assets | |
parent | d060ae6a368bb880132e548c58b33e2508adc125 (diff) | |
parent | 2408e38218d81c567bdaa4671a542a20c55490b9 (diff) | |
download | dexon-c67cdab22162792f40cb366cbf12960c306aa835.tar dexon-c67cdab22162792f40cb366cbf12960c306aa835.tar.gz dexon-c67cdab22162792f40cb366cbf12960c306aa835.tar.bz2 dexon-c67cdab22162792f40cb366cbf12960c306aa835.tar.lz dexon-c67cdab22162792f40cb366cbf12960c306aa835.tar.xz dexon-c67cdab22162792f40cb366cbf12960c306aa835.tar.zst dexon-c67cdab22162792f40cb366cbf12960c306aa835.zip |
merge upstream
Diffstat (limited to 'ethereal/assets')
-rw-r--r-- | ethereal/assets/samplecoin/samplecoin.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ethereal/assets/samplecoin/samplecoin.html b/ethereal/assets/samplecoin/samplecoin.html index dc8d0b7e9..7b63f78e4 100644 --- a/ethereal/assets/samplecoin/samplecoin.html +++ b/ethereal/assets/samplecoin/samplecoin.html @@ -9,7 +9,7 @@ <script type="text/javascript"> -var jefcoinAddr = "de0bd4ea1947deabf1749d7ed633f289358c9f6c" +var jefcoinAddr = "22fa3ebce6ef9ca661a960104d3087eec040011e" var mAddr = "" function createTransaction() { @@ -17,7 +17,7 @@ function createTransaction() { var amount = document.querySelector("#amount").value.pad(32); var data = (addr + amount).unbin(); - eth.transact(mAddr, jefcoinAddr, 0, "10000000", "250", data, function(receipt) { + eth.transact(mAddr, jefcoinAddr, 0, "50000", "1000000", data, function(receipt) { debug("received tx hash:", reciept.address) }) } |