Remove some dead code that was in my way.

This commit is contained in:
JoelKatz
2012-09-11 14:51:13 -07:00
parent 81cd4cf820
commit ca1436ac25
8 changed files with 6 additions and 22 deletions

View File

@@ -80,8 +80,7 @@ Ledger::pointer LedgerMaster::closeLedger()
return closingLedger;
}
TER LedgerMaster::doTransaction(const SerializedTransaction& txn, uint32 targetLedger,
TransactionEngineParams params)
TER LedgerMaster::doTransaction(const SerializedTransaction& txn, TransactionEngineParams params)
{
TER result = mEngine.applyTransaction(txn, params);
theApp->getOPs().pubTransaction(mEngine.getLedger(), txn, result);