Merge pull request #984 from letolabs/FSM

Fsm
This commit is contained in:
jl777
2018-11-26 06:18:12 -11:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ export BITCOIND=${REAL_BITCOIND}
#Run the tests
testScripts=(
'ac_private.py'
'verushash.py'
'cryptoconditions.py'
'paymentdisclosure.py'

View File

@@ -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 },