mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 12:05:53 +00:00
Temporary fix to crash on "1e-95".
This commit is contained in:
@@ -225,7 +225,7 @@ Transaction::pointer NetworkOPs::submitTransactionSync (Transaction::ref tpTrans
|
|||||||
WriteLog (lsFATAL, NetworkOPs) << tpTransNew->getSTransaction ()->getJson (0);
|
WriteLog (lsFATAL, NetworkOPs) << tpTransNew->getSTransaction ()->getJson (0);
|
||||||
WriteLog (lsFATAL, NetworkOPs) << tpTrans->getSTransaction ()->getJson (0);
|
WriteLog (lsFATAL, NetworkOPs) << tpTrans->getSTransaction ()->getJson (0);
|
||||||
|
|
||||||
assert (false);
|
// assert (false); "1e-95" as amount can trigger this
|
||||||
|
|
||||||
tpTransNew.reset ();
|
tpTransNew.reset ();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user