From d023823b90ea47950f282a09f462217f333ef666 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 8 Jul 2019 22:19:16 -1100 Subject: [PATCH] tx.vin[vini].scriptSig --- src/komodo_nSPV.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_nSPV.h b/src/komodo_nSPV.h index 3d39681fd..1374003d4 100644 --- a/src/komodo_nSPV.h +++ b/src/komodo_nSPV.h @@ -445,14 +445,14 @@ int32_t NSPV_newnotariescount(CTransaction tx,uint8_t elected[64][33]) { CScript::const_iterator pc = tx.vin[vini].scriptSig.begin(); //CScript::const_iterator pend = tx.vin[vini].scriptSig.end(); - if ( CScript::GetPushedData(pc,vData) != 0 ) + if ( tx.vin[vini].scriptSig.GetPushedData(pc,vData) != 0 ) { for (j=0; j