mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Don't remove shot down ledgers from the range we propagate to peers.
This commit is contained in:
@@ -413,7 +413,7 @@ void LedgerConsensus::statusChange (protocol::NodeEvent event, Ledger& ledger)
|
||||
s.set_ledgerhash (hash.begin (), hash.size ());
|
||||
|
||||
uint32 uMin, uMax;
|
||||
getApp().getOPs ().getValidatedRange (uMin, uMax);
|
||||
getApp().getOPs ().getFullValidatedRange (uMin, uMax);
|
||||
s.set_firstseq (uMin);
|
||||
s.set_lastseq (uMax);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user