Browse Source

Utxovout

warmup
jl777 5 years ago
parent
commit
28d438336e
  1. 2
      src/komodo_nSPV.h

2
src/komodo_nSPV.h

@ -430,7 +430,7 @@ int32_t NSPV_notariescount(CTransaction tx,uint8_t elected[64][33])
if ( utxovout < vintx.vout.size() )
{
script = (uint8_t *)&vintx.vout[utxovout].scriptPubKey[0];
if ( (scriptlen= vintx.vout[n].scriptPubKey.size()) == 35 )
if ( (scriptlen= vintx.vout[utxovout].scriptPubKey.size()) == 35 )
{
for (j=0; j<64; j++)
if ( memcmp(&script[1],elected[j],33) == 0 )

Loading…
Cancel
Save