Files
xahaud/src/ripple/app
Scott Schurr b07da94c31 Remove two inaccurate asserts:
The assert in LedgerHistory.cpp was incorrect since
getLedgerByHash() can return a null object.  The assert has
been seen to fire inappropriately during online_delete.

The assert in LedgerMaster.cpp was simply misguided.  If a
null hash were returned by getLedgerHashForHistory(), then we
should not forward that hash to peers.  The assert only fires
in a debug build, so a release build would forward the request
for a null hash to peers.
2018-02-16 12:06:03 -05:00
..
2018-02-16 12:06:03 -05:00
2018-02-13 09:08:14 -05:00
2018-02-13 09:08:14 -05:00
2018-01-29 11:56:01 -05:00