This function is only used once, and only in the network layer.
Move the code where it is needed, to make it easier to maintain.
This will make it easier to protect CNode::m_avalanche_state with a lock if we
decide to do so (see review of D9686)
Differential D9708
move buildRemoteSighash out of the avalanche codebase Authored by PiRK on Jun 28 2021, 09:31. Tags None Subscribers None
Details
This function is only used once, and only in the network layer. This will make it easier to protect CNode::m_avalanche_state with a lock if we ninja all check-all
Diff Detail
|