mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix platform and debug macros
This commit is contained in:
@@ -2000,7 +2000,7 @@ Json::Value RPCHandler::doAccountTransactions (Json::Value params, LoadType* loa
|
||||
uLedgerMin = uLedgerMax = l->getLedgerSeq ();
|
||||
}
|
||||
|
||||
#ifndef DEBUG
|
||||
#ifndef BEAST_DEBUG
|
||||
|
||||
try
|
||||
{
|
||||
@@ -2066,7 +2066,7 @@ Json::Value RPCHandler::doAccountTransactions (Json::Value params, LoadType* loa
|
||||
|
||||
|
||||
return ret;
|
||||
#ifndef DEBUG
|
||||
#ifndef BEAST_DEBUG
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user