mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-14 16:03: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 _ core.BlockchainLogger = (*Firehose)(nil)
|
||||||
|
|
||||||
var emptyAddress = common.Address{}.Bytes()
|
|
||||||
var emptyHash = common.Hash{}.Bytes()
|
|
||||||
|
|
||||||
var emptyCommonAddress = common.Address{}
|
var emptyCommonAddress = common.Address{}
|
||||||
var emptyCommonHash = common.Hash{}
|
var emptyCommonHash = common.Hash{}
|
||||||
|
|
||||||
|
|
@ -507,7 +504,6 @@ func (f *Firehose) OnGenesisBlock(b *types.Block, alloc core.GenesisAlloc) {
|
||||||
|
|
||||||
f.CaptureEnd(nil, 0, nil)
|
f.CaptureEnd(nil, 0, nil)
|
||||||
f.CaptureTxEnd(&types.Receipt{
|
f.CaptureTxEnd(&types.Receipt{
|
||||||
Type: uint8(types.LegacyTxType),
|
|
||||||
PostState: b.Root().Bytes(),
|
PostState: b.Root().Bytes(),
|
||||||
Status: types.ReceiptStatusSuccessful,
|
Status: types.ReceiptStatusSuccessful,
|
||||||
}, nil)
|
}, nil)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue