mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +00:00
save
This commit is contained in:
parent
0286d092e2
commit
1eff078110
@ -230,7 +230,7 @@ func (p *TxPool) Started() bool {
|
|||||||
defer p.lock.Unlock()
|
defer p.lock.Unlock()
|
||||||
|
|
||||||
protocolBaseFee := p.protocolBaseFee.Load()
|
protocolBaseFee := p.protocolBaseFee.Load()
|
||||||
return protocolBaseFee == 0
|
return protocolBaseFee > 0
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *TxPool) Add(coreDB kv.Tx, newTxs TxSlots) error {
|
func (p *TxPool) Add(coreDB kv.Tx, newTxs TxSlots) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user