Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ONECasey authored Feb 21, 2024
2 parents 138a460 + d5956ce commit 86c4a21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/state_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86c4a21

Please sign in to comment.