Temporary fix to crash on "1e-95".

This commit is contained in:
JoelKatz
2013-07-01 11:37:50 -07:00
parent a912c3012a
commit 141f2d8885

View File

@@ -225,7 +225,7 @@ Transaction::pointer NetworkOPs::submitTransactionSync (Transaction::ref tpTrans
WriteLog (lsFATAL, NetworkOPs) << tpTransNew->getSTransaction ()->getJson (0);
WriteLog (lsFATAL, NetworkOPs) << tpTrans->getSTransaction ()->getJson (0);
assert (false);
// assert (false); "1e-95" as amount can trigger this
tpTransNew.reset ();
}