Don't remove shot down ledgers from the range we propagate to peers.

This commit is contained in:
JoelKatz
2013-08-12 11:46:02 -07:00
parent 69477c96ca
commit f4c6fa7873
6 changed files with 33 additions and 9 deletions

View File

@@ -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);