From fe9e95a3fd6275fe2740261d3d110c13de4aa0ce Mon Sep 17 00:00:00 2001 From: Gustav Simonsson Date: Sun, 26 Apr 2015 17:18:06 +0200 Subject: Fix natspec e2e test accounts type (again) --- common/natspec/natspec_e2e_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/natspec/natspec_e2e_test.go b/common/natspec/natspec_e2e_test.go index f9b0c1dcc..37b348207 100644 --- a/common/natspec/natspec_e2e_test.go +++ b/common/natspec/natspec_e2e_test.go @@ -84,7 +84,7 @@ type testFrontend struct { } func (self *testFrontend) UnlockAccount(acc []byte) bool { - self.ethereum.AccountManager().Unlock(acc, "password") + self.ethereum.AccountManager().Unlock(common.BytesToAddress(acc), "password") return true } -- cgit v1.2.3