aboutsummaryrefslogtreecommitdiffstats
path: root/common/registrar/registrar_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/registrar/registrar_test.go')
-rw-r--r--common/registrar/registrar_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/registrar/registrar_test.go b/common/registrar/registrar_test.go
index 68ee65ab4..b2287803c 100644
--- a/common/registrar/registrar_test.go
+++ b/common/registrar/registrar_test.go
@@ -31,7 +31,7 @@ type testBackend struct {
var (
text = "test"
codehash = common.StringToHash("1234")
- hash = common.BytesToHash(crypto.Sha3([]byte(text)))
+ hash = common.BytesToHash(crypto.Keccak256([]byte(text)))
url = "bzz://bzzhash/my/path/contr.act"
)