Santize locally submited transactions.

This commit is contained in:
Arthur Britto
2012-07-18 14:48:50 -07:00
parent f8882b32bf
commit af92bb5347
3 changed files with 39 additions and 17 deletions

View File

@@ -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);