Update key store to new spec but keep address field for now
* Also fix address types post-rebase
This commit is contained in:
@ -474,7 +474,7 @@ func gasprice(price *big.Int, pct int64) *big.Int {
|
||||
func accountAddressesSet(accounts []accounts.Account) *set.Set {
|
||||
accountSet := set.New()
|
||||
for _, account := range accounts {
|
||||
accountSet.Add(common.BytesToAddress(account.Address))
|
||||
accountSet.Add(account.Address)
|
||||
}
|
||||
return accountSet
|
||||
}
|
||||
|
Reference in New Issue
Block a user