aboutsummaryrefslogtreecommitdiffstats
path: root/example/balance.html
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-16 23:49:50 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-16 23:49:50 +0800
commit1c4d8f36e4c11944c4c819c822fdd44ff34f962b (patch)
tree45ff55da30674918efde7c35da7774a3e8946461 /example/balance.html
parentde4ea8e6f41459f1f3f44ee144381dd62671e866 (diff)
parente94da808cb2a9f0493b42e5e572f6aed78de5ee3 (diff)
downloadgo-tangerine-1c4d8f36e4c11944c4c819c822fdd44ff34f962b.tar
go-tangerine-1c4d8f36e4c11944c4c819c822fdd44ff34f962b.tar.gz
go-tangerine-1c4d8f36e4c11944c4c819c822fdd44ff34f962b.tar.bz2
go-tangerine-1c4d8f36e4c11944c4c819c822fdd44ff34f962b.tar.lz
go-tangerine-1c4d8f36e4c11944c4c819c822fdd44ff34f962b.tar.xz
go-tangerine-1c4d8f36e4c11944c4c819c822fdd44ff34f962b.tar.zst
go-tangerine-1c4d8f36e4c11944c4c819c822fdd44ff34f962b.zip
Merge commit '29333fc213b62b27ef826616cf77430947fb6eab' into ethereumjs
Diffstat (limited to 'example/balance.html')
-rw-r--r--example/balance.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/balance.html b/example/balance.html
index b81e40da8..d70ea648b 100644
--- a/example/balance.html
+++ b/example/balance.html
@@ -3,7 +3,7 @@
<head>
<script type="text/javascript" src="js/es6-promise/promise.min.js"></script>
-<script type="text/javascript" src="../node_modules/bignumber.js/bignumber.min.js"></script>
+<script type="text/javascript" src="js/bignumber.js/bignumber.min.js"></script>
<script type="text/javascript" src="../dist/ethereum.js"></script>
<script type="text/javascript">