aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-10-21 06:14:58 +0800
committerobscuren <geffobscura@gmail.com>2014-10-21 06:14:58 +0800
commitc8aa5feb1487d3e7c0ea0f2233912afdbd5306d2 (patch)
treeee87d5ed7b5730f4ce801f5db8b2186b98279e77
parent590c393680e78daf77e871c1a089c98141b6d70e (diff)
downloadgo-tangerine-c8aa5feb1487d3e7c0ea0f2233912afdbd5306d2.tar
go-tangerine-c8aa5feb1487d3e7c0ea0f2233912afdbd5306d2.tar.gz
go-tangerine-c8aa5feb1487d3e7c0ea0f2233912afdbd5306d2.tar.bz2
go-tangerine-c8aa5feb1487d3e7c0ea0f2233912afdbd5306d2.tar.lz
go-tangerine-c8aa5feb1487d3e7c0ea0f2233912afdbd5306d2.tar.xz
go-tangerine-c8aa5feb1487d3e7c0ea0f2233912afdbd5306d2.tar.zst
go-tangerine-c8aa5feb1487d3e7c0ea0f2233912afdbd5306d2.zip
Removed Key
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 939a4c65b..c4f989537 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@ function registerName() {
var name = document.querySelector("#name").value;
name = eth.fromAscii(name);
- eth.transact({to: "NameReg", from: eth.key, gas: "10000", gasPrice: eth.gasPrice, data: [eth.fromAscii("register"), name]}).then(function(tx) {
+ eth.transact({to: "NameReg", gas: "10000", gasPrice: eth.gasPrice, data: [eth.fromAscii("register"), name]}).then(function(tx) {
document.querySelector("#result").innerHTML = "Registered name. Please wait for the next block to come through.";
}, function(err) {
console.log(err);