@ -2504,6 +2504,7 @@ extern UniValue importpubkey(const UniValue& params, bool fHelp);
extern UniValue dumpwallet ( const UniValue & params , bool fHelp ) ;
extern UniValue dumpwallet ( const UniValue & params , bool fHelp ) ;
extern UniValue importwallet ( const UniValue & params , bool fHelp ) ;
extern UniValue importwallet ( const UniValue & params , bool fHelp ) ;
extern UniValue importprunedfunds ( const UniValue & params , bool fHelp ) ;
extern UniValue importprunedfunds ( const UniValue & params , bool fHelp ) ;
extern UniValue removeprunedfunds ( const UniValue & params , bool fHelp ) ;
const CRPCCommand vWalletRPCCommands [ ] =
const CRPCCommand vWalletRPCCommands [ ] =
{ // category name actor (function) okSafeMode
{ // category name actor (function) okSafeMode
@ -2552,6 +2553,7 @@ const CRPCCommand vWalletRPCCommands[] =
{ " wallet " , " walletlock " , & walletlock , true } ,
{ " wallet " , " walletlock " , & walletlock , true } ,
{ " wallet " , " walletpassphrasechange " , & walletpassphrasechange , true } ,
{ " wallet " , " walletpassphrasechange " , & walletpassphrasechange , true } ,
{ " wallet " , " walletpassphrase " , & walletpassphrase , true } ,
{ " wallet " , " walletpassphrase " , & walletpassphrase , true } ,
{ " wallet " , " removeprunedfunds " , & removeprunedfunds , true } ,
} ;
} ;
void walletRegisterRPCCommands ( )
void walletRegisterRPCCommands ( )