mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 08:33:45 +00:00
Removed now unused code
This commit is contained in:
parent
d1ad0e35d5
commit
17dcacc575
1 changed files with 0 additions and 4 deletions
|
|
@ -34,9 +34,6 @@ var isFirehoseTracerEnabled = firehoseTracerLogLevel == "trace"
|
|||
|
||||
var _ core.BlockchainLogger = (*Firehose)(nil)
|
||||
|
||||
var emptyAddress = common.Address{}.Bytes()
|
||||
var emptyHash = common.Hash{}.Bytes()
|
||||
|
||||
var emptyCommonAddress = common.Address{}
|
||||
var emptyCommonHash = common.Hash{}
|
||||
|
||||
|
|
@ -507,7 +504,6 @@ func (f *Firehose) OnGenesisBlock(b *types.Block, alloc core.GenesisAlloc) {
|
|||
|
||||
f.CaptureEnd(nil, 0, nil)
|
||||
f.CaptureTxEnd(&types.Receipt{
|
||||
Type: uint8(types.LegacyTxType),
|
||||
PostState: b.Root().Bytes(),
|
||||
Status: types.ReceiptStatusSuccessful,
|
||||
}, nil)
|
||||
|
|
|
|||
Loading…
Reference in a new issue