diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-21 06:14:41 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-21 06:14:41 +0800 |
commit | 590c393680e78daf77e871c1a089c98141b6d70e (patch) | |
tree | 5939236c9728d351110e1b98100924123ad028a5 /index.html | |
parent | c95dfec5e47185be79b32871a0c2cf8b59572cce (diff) | |
download | go-tangerine-590c393680e78daf77e871c1a089c98141b6d70e.tar go-tangerine-590c393680e78daf77e871c1a089c98141b6d70e.tar.gz go-tangerine-590c393680e78daf77e871c1a089c98141b6d70e.tar.bz2 go-tangerine-590c393680e78daf77e871c1a089c98141b6d70e.tar.lz go-tangerine-590c393680e78daf77e871c1a089c98141b6d70e.tar.xz go-tangerine-590c393680e78daf77e871c1a089c98141b6d70e.tar.zst go-tangerine-590c393680e78daf77e871c1a089c98141b6d70e.zip |
Updated according to the new Generic JSON RPC API
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 50006905b..939a4c65b 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ <html> <head> -<script type="text/javascript" src="ethereum.js"></script> +<script type="text/javascript" src="main.js"></script> <script type="text/javascript"> function registerName() { var name = document.querySelector("#name").value; |