From 38a622681125266eb103af54c0d1f6316defbd8c Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 7 Jul 2019 03:54:26 -1100 Subject: [PATCH] Syntax --- src/wallet/rpcdump.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp index a99d6f071..e13276960 100644 --- a/src/wallet/rpcdump.cpp +++ b/src/wallet/rpcdump.cpp @@ -981,7 +981,7 @@ UniValue NSPV_spend(char *srcaddr,char *destaddr,int64_t satoshis); UniValue NSPV_spentinfo(uint256 txid,int32_t vout); UniValue NSPV_notarizations(int32_t height); UniValue NSPV_hdrsproof(int32_t prevheight,int32_t nextheight); -UniValue NSPV_txproof(int32_t vout,uint256 txid,int32_t vout); +UniValue NSPV_txproof(int32_t vout,uint256 txid,int32_t height); uint256 Parseuint256(const char *hexstr); extern std::string NSPV_address;