Added some quotes ....

This commit is contained in:
obscuren 2015-04-09 18:24:22 +02:00
parent 9f5d24be31
commit ec9fbf09aa
2 changed files with 2 additions and 3 deletions

View File

@ -136,7 +136,7 @@ var net = web3.net;
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 {

File diff suppressed because one or more lines are too long