mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-01 00:31:21 +00:00
add txpool tables
This commit is contained in:
parent
de4c298281
commit
601e5fa443
@ -55,7 +55,7 @@ type Timings struct {
|
||||
|
||||
var DefaultTimings = Timings{
|
||||
syncToNewPeersEvery: 2 * time.Minute,
|
||||
logEvery: 30 * time.Second,
|
||||
logEvery: 10 * time.Second,
|
||||
}
|
||||
|
||||
// NewFetch creates a new fetch object that will work with given sentry clients. Since the
|
||||
|
@ -331,6 +331,7 @@ func (p *TxPool) setBaseFee(protocolBaseFee, pendingBaseFee uint64) (uint64, uin
|
||||
if hasNewVal {
|
||||
p.protocolBaseFee.Store(pendingBaseFee)
|
||||
}
|
||||
log.Debug("set base fee", "protocol", protocolBaseFee, "pending", pendingBaseFee)
|
||||
return protocolBaseFee, p.pendingBaseFee.Load()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user