mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
add note on balanceChangeRevert reason
This commit is contained in:
parent
1862333296
commit
6650000388
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ func init() {
|
||||||
|
|
||||||
The state changes that are covered by the journaling library are:
|
The state changes that are covered by the journaling library are:
|
||||||
|
|
||||||
- `OnBalanceChange`
|
- `OnBalanceChange`. Note that `OnBalanceChange` will carry the `BalanceChangeRevert` reason.
|
||||||
- `OnNonceChange`
|
- `OnNonceChange`
|
||||||
- `OnCodeChange`
|
- `OnCodeChange`
|
||||||
- `OnStorageChange`
|
- `OnStorageChange`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue