diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-15 03:34:21 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-15 03:34:21 +0800 |
commit | 942f552c620471602326c1ded54095c1cf41ed76 (patch) | |
tree | cbc1f21a967bb522afad6c891afb4c4628f16ab4 /ethereal/assets/samplecoin/samplecoin.html | |
parent | 809b4ae0f68da7a6904208662dc316cd669184fe (diff) | |
parent | a73ae8727d38391c6975a9fa149043e6c69a2f30 (diff) | |
download | go-tangerine-942f552c620471602326c1ded54095c1cf41ed76.tar go-tangerine-942f552c620471602326c1ded54095c1cf41ed76.tar.gz go-tangerine-942f552c620471602326c1ded54095c1cf41ed76.tar.bz2 go-tangerine-942f552c620471602326c1ded54095c1cf41ed76.tar.lz go-tangerine-942f552c620471602326c1ded54095c1cf41ed76.tar.xz go-tangerine-942f552c620471602326c1ded54095c1cf41ed76.tar.zst go-tangerine-942f552c620471602326c1ded54095c1cf41ed76.zip |
Merge branch 'release/poc5-rc6'poc5-rc6
Diffstat (limited to 'ethereal/assets/samplecoin/samplecoin.html')
-rw-r--r-- | ethereal/assets/samplecoin/samplecoin.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ethereal/assets/samplecoin/samplecoin.html b/ethereal/assets/samplecoin/samplecoin.html index 384936780..3f8eacc00 100644 --- a/ethereal/assets/samplecoin/samplecoin.html +++ b/ethereal/assets/samplecoin/samplecoin.html @@ -9,7 +9,7 @@ <script type="text/javascript"> -var jefcoinAddr = "b7cb72c47ec4f31751d0d628b5a33fd6671bbba0" +var jefcoinAddr = "681fd48ffa236549fbcd16bdf9f98bb541a7f742" var mAddr = "" function createTransaction() { @@ -23,8 +23,6 @@ function createTransaction() { } function init() { - eth.set({width: 500}); - eth.getKey(function(sec) { mAddr = sec; eth.getSecretToAddress(sec, function(addr) { |