mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Call NetworkOPs::pubTransaction.
This commit is contained in:
@@ -91,4 +91,14 @@ Ledger::pointer LedgerMaster::endWobble()
|
||||
return ret;
|
||||
}
|
||||
|
||||
TransactionEngineResult LedgerMaster::doTransaction(const SerializedTransaction& txn, uint32 targetLedger,
|
||||
TransactionEngineParams params)
|
||||
{
|
||||
Ledger::pointer ledger = mEngine.getTransactionLedger(targetLedger);
|
||||
TransactionEngineResult result = mEngine.applyTransaction(txn, params, ledger);
|
||||
theApp->getOPs().pubTransaction(ledger, txn, result);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
// vim:ts=4
|
||||
|
||||
Reference in New Issue
Block a user