Small cleanup.

This commit is contained in:
JoelKatz
2012-07-26 04:10:01 -07:00
parent 5fa4bad9b5
commit 952b0d5ec5
2 changed files with 2 additions and 2 deletions

View File

@@ -785,7 +785,7 @@ void TransactionEngine::txnWrite()
// This is for when a transaction fails from the issuer's point of view and the current changes need to be cleared so other
// actions can be applied to the ledger.
void TransactionEngine::entryReset(const SerializedTransaction& txn)
void TransactionEngine::entryReset()
{
mNodes.setTo(mOrigNodes);
}