mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-23 18:12:24 +00:00
Fix natspec e2e test accounts type (again)
This commit is contained in:
parent
940952f757
commit
fe9e95a3fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue