Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
Merge pull request #159 from graydon/remove-applytxn-assert
Browse files Browse the repository at this point in the history
Remove assertion in LedgerConsensus::applyTransaction() which is sometimes false in reality (possible race?)
  • Loading branch information
jedmccaleb committed Nov 1, 2014
2 parents d09ce8b + e36ac33 commit 4c37d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ripple_app/consensus/LedgerConsensus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,6 @@ LedgerConsensus::applyTransaction (TransactionEngine& engine

WriteLog (lsDEBUG, LedgerConsensus)
<< "Transaction retry: " << transHuman (result);
assert (!ledger->hasTransaction (txn->getTransactionID ()));
return resultRetry;

#ifndef TRUST_NETWORK
Expand Down

0 comments on commit 4c37d28

Please sign in to comment.