diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-11-14 20:11:47 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-11-14 20:11:47 +0800 |
commit | ea8db7a4aecb034c6a967ccd3b17c50f423cb77c (patch) | |
tree | c02fbe94c1205ce270b36b6aa65de33af6178d54 /example/index.html | |
parent | 8aaec1d98fdeef1521e65518913498a1a0c18cbe (diff) | |
download | go-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.tar go-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.tar.gz go-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.tar.bz2 go-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.tar.lz go-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.tar.xz go-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.tar.zst go-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.zip |
improved contracts interface
Diffstat (limited to 'example/index.html')
-rw-r--r-- | example/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/index.html b/example/index.html index 4847f68c0..d0bf094ef 100644 --- a/example/index.html +++ b/example/index.html @@ -30,7 +30,7 @@ </script> </head> <body> - <h1>balance</h1> + <h1>coinbase balance</h1> <button type="button" onClick="watchBalance();">watch balance</button> <div></div> <div id="original"></div> |