aboutsummaryrefslogtreecommitdiffstats
path: root/example/index.html
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2014-11-14 20:11:47 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2014-11-14 20:11:47 +0800
commitea8db7a4aecb034c6a967ccd3b17c50f423cb77c (patch)
treec02fbe94c1205ce270b36b6aa65de33af6178d54 /example/index.html
parent8aaec1d98fdeef1521e65518913498a1a0c18cbe (diff)
downloadgo-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.tar.gz
go-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.tar.zst
go-tangerine-ea8db7a4aecb034c6a967ccd3b17c50f423cb77c.zip
improved contracts interface
Diffstat (limited to 'example/index.html')
-rw-r--r--example/index.html2
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>