mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-19 12:10:19 +01:00
Add src/wallet/* code to wallet:: namespace
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <wallet/wallet.h>
|
||||
|
||||
|
||||
namespace wallet {
|
||||
RPCHelpMan walletpassphrase()
|
||||
{
|
||||
return RPCHelpMan{"walletpassphrase",
|
||||
@@ -246,3 +247,4 @@ RPCHelpMan encryptwallet()
|
||||
},
|
||||
};
|
||||
}
|
||||
} // namespace wallet
|
||||
|
||||
Reference in New Issue
Block a user