mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Refactor SerializedTransaction:
* Use boost:tribool instead of two intertwined bool variables * Trim down public interface, reduce member variables
This commit is contained in:
committed by
Tom Ritchford
parent
23219f2662
commit
96dedf553e
@@ -100,7 +100,7 @@ TER TransactionEngine::applyTransaction (
|
||||
}
|
||||
#endif
|
||||
|
||||
uint256 txID = txn.getTransactionID ();
|
||||
uint256 const& txID = txn.getTransactionID ();
|
||||
|
||||
if (!txID)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user