From 05858018b990e4023bb019506ea9771a81ff1c6b Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 21 Jul 2018 10:30:53 -1100 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 d72a7d6cd..9d9bb3b20 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -4922,7 +4922,7 @@ UniValue tokenfillbid(const UniValue& params, bool fHelp) bidtxid = Parseuint256((char *)params[1].get_str().c_str()); filltxid = Parseuint256((char *)params[2].get_str().c_str()); fillvout = atoi(params[3].get_str().c_str()); - hex = FillBuyOffer(0,bidamount,tokenid,bidtxid,filltxid,fillvout); + hex = FillBuyOffer(0,tokenid,bidtxid,filltxid,fillvout); if ( hex.size() > 0 ) { result.push_back(Pair("result", "success"));