This commit is contained in:
jl777
2019-07-02 09:17:27 -11:00
parent 0dc11fbb02
commit e3986e77a0
2 changed files with 2 additions and 2 deletions

View File

@@ -342,7 +342,7 @@ struct NSPV_spentinfo
int32_t vout,height,spentvin,spentheight;
};
void komodo_nSPV_spentinfoclear();
struct nSPV_spentinfo komodo_nSPV_spentinfo(bits256 txid,int32_t vout);
struct nSPV_spentinfo komodo_nSPV_spentinfo(uint256 txid,int32_t vout);
#endif