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
8fa20cea0b
commit
7e8bae690b
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ type tracer struct {
|
||||||
count int
|
count int
|
||||||
traceTransfers bool
|
traceTransfers bool
|
||||||
blockNumber uint64
|
blockNumber uint64
|
||||||
blockTimestamp uint64
|
blockTimestamp uint64
|
||||||
blockHash common.Hash
|
blockHash common.Hash
|
||||||
txHash common.Hash
|
txHash common.Hash
|
||||||
txIdx uint
|
txIdx uint
|
||||||
|
|
@ -63,7 +63,7 @@ func newTracer(traceTransfers bool, blockNumber uint64, blockTimestamp uint64, b
|
||||||
return &tracer{
|
return &tracer{
|
||||||
traceTransfers: traceTransfers,
|
traceTransfers: traceTransfers,
|
||||||
blockNumber: blockNumber,
|
blockNumber: blockNumber,
|
||||||
blockTimestamp: blockTimestamp,
|
blockTimestamp: blockTimestamp,
|
||||||
blockHash: blockHash,
|
blockHash: blockHash,
|
||||||
txHash: txHash,
|
txHash: txHash,
|
||||||
txIdx: txIndex,
|
txIdx: txIndex,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue