Added proper contract for registrar

This commit is contained in:
obscuren
2015-04-09 17:59:05 +02:00
parent ab015959e1
commit b0f40beea6
2 changed files with 3 additions and 3 deletions

View File

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