diff options
Diffstat (limited to 'common/registrar/registrar_test.go')
-rw-r--r-- | common/registrar/registrar_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/registrar/registrar_test.go b/common/registrar/registrar_test.go index 5612e691c..7561e424e 100644 --- a/common/registrar/registrar_test.go +++ b/common/registrar/registrar_test.go @@ -59,7 +59,7 @@ func (self *testBackend) Call(fromStr, toStr, valueStr, gasStr, gasPriceStr, cod func TestSetGlobalRegistrar(t *testing.T) { b := NewTestBackend() res := New(b) - err := res.SetGlobalRegistrar("addresshex", common.BigToAddress(common.Big1)) + _, err := res.SetGlobalRegistrar("addresshex", common.BigToAddress(common.Big1)) if err != nil { t.Errorf("unexpected error: %v'", err) } |