From f5244b3644cb0587baff3282a023125bf833e188 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 24 Oct 2016 15:08:39 -0300 Subject: [PATCH] test --- src/wallet/rpcwallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 6082c24a1..f42d770cd 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -468,7 +468,7 @@ Value paxdeposit(const Array& params, bool fHelp) throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Bitcoin address"); int32_t fiatunits = AmountFromValue(params[1]); std::string base = params[2].get_str(); - std::basic_string dest; + std::string dest; komodoshis = PAX_fiatdest(destaddr,pubkey33,(char *)params[0].get_str().c_str(),chainActive.Tip()->nHeight,(char *)base.c_str(),fiatunits); dest.append(destaddr); CBitcoinAddress destaddress(dest);