This commit is contained in:
jl777
2019-07-02 09:43:21 -11:00
parent d984c6a7e0
commit ad424236e5

View File

@@ -219,7 +219,7 @@ struct NSPV_spentinfo komodo_NSPV_spentinfo(uint256 txid,int32_t vout) // just a
{
if ( pnode->hSocket == INVALID_SOCKET )
continue;
if ( (pnode->nServices & NODE_NSPV) != 0 && timestamp > pto->lastspent )
if ( (pnode->nServices & NODE_NSPV) != 0 && timestamp > pnode->lastspent )
{
request.resize(1);
request[0] = NSPV_SPENTINFO;