Skip to content

Commit 189e24f

Browse files
committed
fix tabs
1 parent 7e8bae6 commit 189e24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ethapi/logtracer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func (t *tracer) captureLog(address common.Address, topics []common.Hash, data [
121121
Topics: topics,
122122
Data: data,
123123
BlockNumber: t.blockNumber,
124-
BlockTimestamp: t.blockTimestamp,
124+
BlockTimestamp: t.blockTimestamp,
125125
BlockHash: t.blockHash,
126126
TxHash: t.txHash,
127127
TxIndex: t.txIdx,

0 commit comments

Comments
 (0)