fixup! Implement LoanPay (untested)

This commit is contained in:
Ed Hennis
2025-05-08 10:48:23 -04:00
parent cc8d36892a
commit b3c23de0ad
2 changed files with 1 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define XRPL_ASSERT ALWAYS_OR_UNREACHABLE
#define XRPL_ASSERT2(cond, location, message, ...) \
XRPL_ASSERT(cond, location##" : "##message)
XRPL_ASSERT(cond, std::string(location) + " : " + message)
// How to use the instrumentation macros:
//