diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-14 19:55:08 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-14 19:55:08 +0800 |
commit | f18ec51cb3959cc662bfc7b84314cd1d3b1541b5 (patch) | |
tree | 1c3d99407624dc791db0cb6c135bd2bd1dfc56cf /ethereal/assets | |
parent | e8147cf7c6f508910698e6743ad347c78010ffe3 (diff) | |
download | go-tangerine-f18ec51cb3959cc662bfc7b84314cd1d3b1541b5.tar.gz go-tangerine-f18ec51cb3959cc662bfc7b84314cd1d3b1541b5.tar.zst go-tangerine-f18ec51cb3959cc662bfc7b84314cd1d3b1541b5.zip |
Switched to new keyring methods
Diffstat (limited to 'ethereal/assets')
-rw-r--r-- | ethereal/assets/muted/index.html | 1 | ||||
-rw-r--r-- | ethereal/assets/samplecoin/samplecoin.html | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/ethereal/assets/muted/index.html b/ethereal/assets/muted/index.html index 84584e373..14949b5ac 100644 --- a/ethereal/assets/muted/index.html +++ b/ethereal/assets/muted/index.html @@ -46,6 +46,7 @@ .CodeMirror { height: 70%; + font-size: 14pt; } </style> </head> 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) { |