This commit is contained in:
jl777
2016-11-04 19:12:41 -03:00
parent c5dec2a575
commit 597b9c2f9e
3 changed files with 3 additions and 1 deletions

View File

@@ -403,6 +403,7 @@ static const CRPCCommand vRPCCommands[] =
{ "wallet", "z_importwallet", &z_importwallet, true },
{ "wallet", "paxdeposit", &paxdeposit, true }
{ "wallet", "paxwithdraw", &paxwithdraw, true }
#endif // ENABLE_WALLET
};