mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-03 16:56:36 +00:00
The merge with origin/dev accidentally reverted 19 XRPL_ASSERT() calls back to plain assert() and 1 UNREACHABLE() back to assert(0). These macros provide descriptive diagnostic messages on failure and are the project convention since the rippled 2.4.0 migration. Files fixed: - Consensus.h: 9 XRPL_ASSERT reversions - RCLConsensus.cpp: 5 XRPL_ASSERT reversions - BuildLedger.cpp: 3 XRPL_ASSERT reversions - Change.cpp: 1 UNREACHABLE + 1 XRPL_ASSERT reversion