Browse Source

Update rpcwallet.cpp

divzaddrs
fekt 3 months ago
parent
commit
eb28d8dc3b
  1. 4
      src/wallet/rpcwallet.cpp

4
src/wallet/rpcwallet.cpp

@ -6216,8 +6216,8 @@ extern UniValue z_importkey(const UniValue& params, bool fHelp, const CPubKey& m
extern UniValue z_exportviewingkey(const UniValue& params, bool fHelp, const CPubKey& mypk);
extern UniValue z_importviewingkey(const UniValue& params, bool fHelp, const CPubKey& mypk);
extern UniValue z_exportwallet(const UniValue& params, bool fHelp, const CPubKey& mypk);
extern UniValue z_getnewdiversifiedaddress(const UniValue& params, bool fHelp);
extern UniValue z_getalldiversifiedaddresses(const UniValue& params, bool fHelp);
extern UniValue z_getnewdiversifiedaddress(const UniValue& params, bool fHelp, const CPubKey& mypk);
extern UniValue z_getalldiversifiedaddresses(const UniValue& params, bool fHelp, const CPubKey& mypk);
extern UniValue z_exportivk(const UniValue& params, bool fHelp);
extern UniValue z_importivk(const UniValue& params, bool fHelp);
extern UniValue z_importwallet(const UniValue& params, bool fHelp, const CPubKey& mypk);

Loading…
Cancel
Save