From f9759375eacb77a41e6e194a4b31541f5241b811 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 2 Jul 2019 09:26:39 -1100 Subject: [PATCH] nSPV --- src/komodo_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_defs.h b/src/komodo_defs.h index 8cdfe1c59..8f32306d9 100644 --- a/src/komodo_defs.h +++ b/src/komodo_defs.h @@ -336,7 +336,7 @@ int32_t komodo_priceget(int64_t *buf64,int32_t ind,int32_t height,int32_t numblo uint64_t komodo_accrued_interest(int32_t *txheightp,uint32_t *locktimep,uint256 hash,int32_t n,int32_t checkheight,uint64_t checkvalue,int32_t tipheight); int32_t komodo_currentheight(); -struct NSPV_spentinfo +struct nSPV_spentinfo { uint256 txid,spenttxid; int32_t vout,height,spentvin,spentheight;