Browse Source

uint256 Parseuint256(const char *hexstr);

warmup
jl777 5 years ago
parent
commit
a0d5a1f612
  1. 1
      src/wallet/rpcdump.cpp

1
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)
{

Loading…
Cancel
Save