diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index 43b46da5b..bc83f9880 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -11,6 +11,7 @@ export BITCOIND=${REAL_BITCOIND} #Run the tests testScripts=( + 'ac_private.py' 'verushash.py' 'cryptoconditions.py' 'paymentdisclosure.py' diff --git a/src/rpc/server.cpp b/src/rpc/server.cpp index 70a124b8c..08a367b18 100644 --- a/src/rpc/server.cpp +++ b/src/rpc/server.cpp @@ -468,6 +468,7 @@ static const CRPCCommand vRPCCommands[] = { "tokens", "tokencancelask", &tokencancelask, true }, { "tokens", "tokenfillask", &tokenfillask, true }, //{ "tokens", "tokenfillswap", &tokenfillswap, true }, + { "tokens", "tokenconvert", &tokenconvert, true }, /* Address index */ { "addressindex", "getaddressmempool", &getaddressmempool, true },