From 044ab7449b5edcf9694e9eb7f3ae1f08f646cdef Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 8 Jul 2019 03:37:51 -1100 Subject: [PATCH] Script --- src/komodo_nSPV.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_nSPV.h b/src/komodo_nSPV.h index 7218d6c6e..d8f624a2d 100644 --- a/src/komodo_nSPV.h +++ b/src/komodo_nSPV.h @@ -425,7 +425,7 @@ int32_t NSPV_notariescount(CTransaction tx,uint8_t elected[64][33]) if ( (scriptlen= gettxout_scriptPubKey(script,sizeof(script),tx.vin[i].prevout.hash,tx.vin[i].prevout.n)) == 35 ) { for (j=0; j<64; j++) - if ( memcmp(&scriptPubKey[1],elected[j],33) == 0 ) + if ( memcmp(&script[1],elected[j],33) == 0 ) { numsigs++; break;