mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
fix tabs
This commit is contained in:
parent
7e8bae690b
commit
189e24fd95
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ func (t *tracer) captureLog(address common.Address, topics []common.Hash, data [
|
|||
Topics: topics,
|
||||
Data: data,
|
||||
BlockNumber: t.blockNumber,
|
||||
BlockTimestamp: t.blockTimestamp,
|
||||
BlockTimestamp: t.blockTimestamp,
|
||||
BlockHash: t.blockHash,
|
||||
TxHash: t.txHash,
|
||||
TxIndex: t.txIdx,
|
||||
|
|
|
|||
Loading…
Reference in a new issue