4 longs in a hash

This commit is contained in:
jl777
2019-08-14 02:49:54 -11:00
parent 9d4caa8a55
commit 8ac5147dd3

View File

@@ -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++;
}