Merge branch 'main' into dev

pull/4546/head
Casey Gardiner 9 months ago committed by GitHub
commit 86c4a21a6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      core/state_processor.go

@ -318,7 +318,6 @@ func ApplyTransaction(bc ChainContext, author *common.Address, gp *GasPool, stat
balance = a.String()
}
return nil, nil, nil, 0, errors.Wrapf(err, "apply failed from='%s' to='%s' balance='%s'", msg.From().Hex(), to, balance)
}
// Update the state with pending changes
var root []byte

Loading…
Cancel
Save