mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Turn on extra debug.
This commit is contained in:
@@ -236,7 +236,7 @@ TransactionEngineResult TransactionEngine::applyTransaction(const SerializedTran
|
||||
std::cerr << "applyTransaction>" << std::endl;
|
||||
|
||||
#ifdef DEBUG
|
||||
if (0)
|
||||
if (1)
|
||||
{
|
||||
Serializer ser;
|
||||
txn.add(ser);
|
||||
|
||||
Reference in New Issue
Block a user