Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx committed Oct 11, 2024
1 parent b99843f commit 2231d05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/state/exec3/historical_trace_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ func (rw *HistoricalTraceWorker) RunTxTask(txTask *state.TxTask) {
if rw.vmConfig.TraceJumpDest {
txContext.TxHash = txTask.Tx.Hash()
}
if txTask.BlockNum == 66 {
log.Info("balance", "balance", ibs.GetBalance(consensus.SystemAddress).Uint64(), "txNumber", txTask.TxIndex)
}
rw.evm.ResetBetweenBlocks(txTask.EvmBlockContext, txContext, ibs, *rw.vmConfig, rules)

// MA applytx
Expand Down

0 comments on commit 2231d05

Please sign in to comment.