Commit fe9e95a3 authored by Gustav Simonsson's avatar Gustav Simonsson

Fix natspec e2e test accounts type (again)

parent 940952f7
...@@ -84,7 +84,7 @@ type testFrontend struct { ...@@ -84,7 +84,7 @@ type testFrontend struct {
} }
func (self *testFrontend) UnlockAccount(acc []byte) bool { func (self *testFrontend) UnlockAccount(acc []byte) bool {
self.ethereum.AccountManager().Unlock(acc, "password") self.ethereum.AccountManager().Unlock(common.BytesToAddress(acc), "password")
return true return true
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment