From 60b6f4b8a8b6c436020372aa7ec1897e25498697 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 21 Jul 2018 19:20:07 -1100 Subject: [PATCH] Test --- src/rpcserver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpcserver.h b/src/rpcserver.h index 742dce13a..93db71733 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -220,7 +220,7 @@ extern UniValue tokenask(const UniValue& params, bool fHelp); extern UniValue tokencancelask(const UniValue& params, bool fHelp); extern UniValue tokenfillask(const UniValue& params, bool fHelp); extern UniValue tokenswapask(const UniValue& params, bool fHelp); -extern UniValue tokenswapfill(const UniValue& params, bool fHelp); +extern UniValue tokenfillswap(const UniValue& params, bool fHelp); extern UniValue getnewaddress(const UniValue& params, bool fHelp); // in rpcwallet.cpp //extern UniValue getnewaddress64(const UniValue& params, bool fHelp); // in rpcwallet.cpp