From 30092d77e2697c4d50db3b5e0e295105f81bd957 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 7 Apr 2018 22:52:09 +0300 Subject: [PATCH] Test --- src/wallet/rpcwallet.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index c7cf5d52b..bf148e9d2 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -2691,6 +2691,8 @@ UniValue listunspent(const UniValue& params, bool fHelp) return results; } +int32_t decode_hex(uint8_t *bytes,int32_t n,char *hex); + int32_t komodo_staked(uint32_t *txtimep,uint256 *utxotxidp,int32_t *utxovoutp,uint64_t *utxovaluep,uint8_t *utxosig) { set setAddress; int32_t nMinDepth = 1,nMaxDepth = 9999999; vector vecOutputs;