Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
Span< const CRPCCommand > | GetWalletDumpRPCCommands () |
RPCHelpMan | importmulti () |
RPCHelpMan | dumpwallet () |
RPCHelpMan | importwallet () |
RPCHelpMan dumpwallet | ( | ) |
Prevent arbitrary files from being overwritten. There have been reports that users have overwritten wallet files this way: https://github.com/bitcoin/bitcoin/issues/9934 It may also avoid other security issues.
Definition at line 915 of file backup.cpp.
Span< const CRPCCommand > GetWalletDumpRPCCommands | ( | ) |
RPCHelpMan importmulti | ( | ) |
Definition at line 1682 of file backup.cpp.
RPCHelpMan importwallet | ( | ) |
Definition at line 647 of file backup.cpp.