diff --git a/src/komodo_nSPV_wallet.h b/src/komodo_nSPV_wallet.h index 11d894a12..faba32eeb 100644 --- a/src/komodo_nSPV_wallet.h +++ b/src/komodo_nSPV_wallet.h @@ -147,8 +147,13 @@ int64_t NSPV_addinputs(struct NSPV_utxoresp *used,CMutableTransaction &mtx,int64 bool NSPV_SignTx(CMutableTransaction &mtx,int32_t vini,int64_t utxovalue,const CScript scriptPubKey) { CTransaction txNewConst(mtx); SignatureData sigdata; CBasicKeyStore keystore; - fprintf(stderr,"call Addkey\n"); keystore.AddKey(NSPV_key); + { + int32_t i; + for (i=0; i