mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 15:19:07 +01:00
Add src/wallet/* code to wallet:: namespace
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <univalue.h>
|
||||
|
||||
|
||||
namespace wallet {
|
||||
static CAmount GetReceived(const CWallet& wallet, const UniValue& params, bool by_label) EXCLUSIVE_LOCKS_REQUIRED(wallet.cs_wallet)
|
||||
{
|
||||
std::set<CTxDestination> address_set;
|
||||
@@ -731,3 +732,4 @@ RPCHelpMan listunspent()
|
||||
},
|
||||
};
|
||||
}
|
||||
} // namespace wallet
|
||||
|
||||
Reference in New Issue
Block a user