Added some quotes ....

pull/700/head
obscuren 10 years ago
parent 9f5d24be31
commit ec9fbf09aa
  1. 2
      cmd/geth/js.go
  2. 3
      jsre/ethereum_js.go

@ -136,7 +136,7 @@ var net = web3.net;
utils.Fatalf("Error setting namespaces: %v", err) utils.Fatalf("Error setting namespaces: %v", err)
} }
js.re.Eval(globalRegistrar + "registrar = new GlobalRegistrar(" + globalRegistrarAddr + ");") js.re.Eval(globalRegistrar + "registrar = new GlobalRegistrar(\"" + globalRegistrarAddr + "\");")
} }
func (self *jsre) ConfirmTransaction(tx *types.Transaction) bool { func (self *jsre) ConfirmTransaction(tx *types.Transaction) bool {

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save