mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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
@@ -1255,7 +1255,7 @@ PeerImp::on_message (std::shared_ptr <protocol::TMTransaction> const& m)
|
||||
SerializerIterator sit (s);
|
||||
SerializedTransaction::pointer stx = std::make_shared <
|
||||
SerializedTransaction> (std::ref (sit));
|
||||
uint256 txID = stx->getTransactionID();
|
||||
uint256 txID = stx->getTransactionID ();
|
||||
|
||||
int flags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user