mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
fix tabs
This commit is contained in:
parent
8fa20cea0b
commit
7e8bae690b
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ type tracer struct {
|
|||
count int
|
||||
traceTransfers bool
|
||||
blockNumber uint64
|
||||
blockTimestamp uint64
|
||||
blockTimestamp uint64
|
||||
blockHash common.Hash
|
||||
txHash common.Hash
|
||||
txIdx uint
|
||||
|
|
@ -63,7 +63,7 @@ func newTracer(traceTransfers bool, blockNumber uint64, blockTimestamp uint64, b
|
|||
return &tracer{
|
||||
traceTransfers: traceTransfers,
|
||||
blockNumber: blockNumber,
|
||||
blockTimestamp: blockTimestamp,
|
||||
blockTimestamp: blockTimestamp,
|
||||
blockHash: blockHash,
|
||||
txHash: txHash,
|
||||
txIdx: txIndex,
|
||||
|
|
|
|||
Loading…
Reference in a new issue