From a0d5a1f612a8679e6c46be7015b53a01a7eb35ca Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 3 Jul 2019 21:06:10 -1100 Subject: [PATCH] uint256 Parseuint256(const char *hexstr); --- src/wallet/rpcdump.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp index f133b1c07..263145320 100644 --- a/src/wallet/rpcdump.cpp +++ b/src/wallet/rpcdump.cpp @@ -976,6 +976,7 @@ UniValue NSPV_getinfo(); UniValue NSPV_login(char *wifstr); UniValue NSPV_addressutxos(char *coinaddr); UniValue NSPV_spentinfo(uint256 txid,int32_t vout); +uint256 Parseuint256(const char *hexstr); UniValue nspv_getinfo(const UniValue& params, bool fHelp) {