Browse Source

4 longs in a hash

warmup
jl777 5 years ago
parent
commit
8ac5147dd3
  1. 2
      src/komodo_nSPV_fullnode.h

2
src/komodo_nSPV_fullnode.h

@ -355,7 +355,7 @@ int32_t NSPV_mempoolfuncs(bits256 *satoshisp,int32_t *vindexp,std::vector<uint25
{
txids.push_back(hash);
*vindexp = vouti;
if ( num < 8 )
if ( num < 4 )
satoshisp->ulongs[num] = txout.nValue;
num++;
}

Loading…
Cancel
Save