mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Better handling of full values for amounts.
This commit is contained in:
@@ -45,7 +45,7 @@ uint32 NetworkOPs::getCurrentLedgerID()
|
||||
}
|
||||
|
||||
// Sterilize transaction through serialization.
|
||||
void NetworkOPs::submitTransaction(Transaction::pointer tpTrans)
|
||||
Transaction::pointer NetworkOPs::submitTransaction(Transaction::pointer tpTrans)
|
||||
{
|
||||
Serializer s;
|
||||
|
||||
@@ -60,6 +60,8 @@ void NetworkOPs::submitTransaction(Transaction::pointer tpTrans)
|
||||
assert(tpTransNew);
|
||||
|
||||
(void) NetworkOPs::processTransaction(tpTransNew);
|
||||
|
||||
return tpTransNew;
|
||||
}
|
||||
|
||||
Transaction::pointer NetworkOPs::processTransaction(Transaction::pointer trans, uint32 tgtLedger, Peer* source)
|
||||
|
||||
Reference in New Issue
Block a user