relay dstx to everyone
This commit is contained in:
parent
8bd8a897d0
commit
54ac44e60b
@ -619,7 +619,7 @@ void CDarksendPool::CheckFinalTransaction()
|
|||||||
}
|
}
|
||||||
|
|
||||||
CInv inv(MSG_DSTX, txNew.GetHash());
|
CInv inv(MSG_DSTX, txNew.GetHash());
|
||||||
RelayInv(inv, MIN_POOL_PEER_PROTO_VERSION);
|
RelayInv(inv);
|
||||||
|
|
||||||
// Tell the clients it was successful
|
// Tell the clients it was successful
|
||||||
RelayCompletedTransaction(sessionID, false, MSG_SUCCESS);
|
RelayCompletedTransaction(sessionID, false, MSG_SUCCESS);
|
||||||
|
@ -4812,7 +4812,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
|
|||||||
|
|
||||||
if(strCommand == "dstx"){
|
if(strCommand == "dstx"){
|
||||||
CInv inv(MSG_DSTX, tx.GetHash());
|
CInv inv(MSG_DSTX, tx.GetHash());
|
||||||
RelayInv(inv, MIN_POOL_PEER_PROTO_VERSION);
|
RelayInv(inv);
|
||||||
}
|
}
|
||||||
|
|
||||||
int nDoS = 0;
|
int nDoS = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user