mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Dispatch peerHas to JobQueue
This commit is contained in:
@@ -1563,7 +1563,7 @@ SHAMapAddNode NetworkOPsImp::gotTXData (const boost::shared_ptr<Peer>& peer, uin
|
||||
|
||||
bool NetworkOPsImp::hasTXSet (const boost::shared_ptr<Peer>& peer, uint256 const& set, protocol::TxSetStatus status)
|
||||
{
|
||||
if (!haveConsensusObject ())
|
||||
if (mConsensus == nullptr)
|
||||
{
|
||||
m_journal.info << "Peer has TX set, not during consensus";
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user