mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
genesis number
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
5ab49e9342
commit
b3fa825098
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ func (s *stateTracer) onGenesisBlock(b *types.Block, alloc types.GenesisAlloc) {
|
|||
}
|
||||
}
|
||||
update := &tracing.StateUpdate{
|
||||
Number: 0,
|
||||
Number: b.NumberU64(),
|
||||
Hash: b.Hash(),
|
||||
Time: b.Time(),
|
||||
Accounts: int64(accounts),
|
||||
|
|
|
|||
Loading…
Reference in a new issue