mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Santize locally submited transactions.
This commit is contained in:
@@ -100,7 +100,11 @@ public:
|
||||
uint256 getCurrentLedger()
|
||||
{ return mLedgerMaster->getCurrentLedger()->getHash(); }
|
||||
|
||||
// transaction operations
|
||||
//
|
||||
// Transaction operations
|
||||
//
|
||||
void submitTransaction(Transaction::pointer tpTrans);
|
||||
|
||||
Transaction::pointer processTransaction(Transaction::pointer transaction, uint32 targetLedger = 0,
|
||||
Peer* source = NULL);
|
||||
Transaction::pointer findTransactionByID(const uint256& transactionID);
|
||||
|
||||
Reference in New Issue
Block a user