aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/samplecoin
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-02 18:08:52 +0800
committerobscuren <geffobscura@gmail.com>2014-05-02 18:08:52 +0800
commitee04c6ff6790a9b39ea96a630a60bdcf7f261b97 (patch)
tree8d7fb67e6964727d93669507dc814078cf753239 /ethereal/assets/samplecoin
parent5a692b9f2bf265251b6f1faf171f55489b65b3de (diff)
downloadgo-tangerine-ee04c6ff6790a9b39ea96a630a60bdcf7f261b97.tar
go-tangerine-ee04c6ff6790a9b39ea96a630a60bdcf7f261b97.tar.gz
go-tangerine-ee04c6ff6790a9b39ea96a630a60bdcf7f261b97.tar.bz2
go-tangerine-ee04c6ff6790a9b39ea96a630a60bdcf7f261b97.tar.lz
go-tangerine-ee04c6ff6790a9b39ea96a630a60bdcf7f261b97.tar.xz
go-tangerine-ee04c6ff6790a9b39ea96a630a60bdcf7f261b97.tar.zst
go-tangerine-ee04c6ff6790a9b39ea96a630a60bdcf7f261b97.zip
Added string conversion API
* bin * pad * unpad * conversion bin/hex/dec
Diffstat (limited to 'ethereal/assets/samplecoin')
-rw-r--r--ethereal/assets/samplecoin/samplecoin.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/assets/samplecoin/samplecoin.html b/ethereal/assets/samplecoin/samplecoin.html
index ba60cf951..0f61c613a 100644
--- a/ethereal/assets/samplecoin/samplecoin.html
+++ b/ethereal/assets/samplecoin/samplecoin.html
@@ -21,7 +21,7 @@ function createTransaction() {
}
function init() {
- eth.set({width: 500, title: "Hello world"})
+ eth.set({width: 500})
eth.getKey(function(key) {
eth.getStorageAt(jefcoinAddr, key, function(storage) {