mirror of
https://github.com/trezor/blockbook.git
synced 2026-03-03 06:14:27 +01:00
return for low even lower fees than 1 sat/vb
This commit is contained in:
@@ -159,7 +159,7 @@ func (p *mempoolSpaceBlockFeeProvider) processData(data *[]mempoolSpaceBlockFeeR
|
||||
}
|
||||
}
|
||||
|
||||
if fee < 1 {
|
||||
if fee <= 0 {
|
||||
glog.Warningf("Skipping block at index %d due to invalid fee: %f", i, fee)
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user