Fix common.Address / []byte type conversions
This commit is contained in:
@ -545,7 +545,7 @@ func (self *Ethereum) syncAccounts(tx *types.Transaction) {
|
||||
return
|
||||
}
|
||||
|
||||
if self.accountManager.HasAccount(from.Bytes()) {
|
||||
if self.accountManager.HasAccount(from) {
|
||||
if self.chainManager.TxState().GetNonce(from) < tx.Nonce() {
|
||||
self.chainManager.TxState().SetNonce(from, tx.Nonce())
|
||||
}
|
||||
|
Reference in New Issue
Block a user