mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-31 10:56:03 +02:00
Add src/wallet/* code to wallet:: namespace
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
|
||||
#include <util/system.h>
|
||||
|
||||
namespace wallet {
|
||||
CCoinControl::CCoinControl()
|
||||
{
|
||||
m_avoid_partial_spends = gArgs.GetBoolArg("-avoidpartialspends", DEFAULT_AVOIDPARTIALSPENDS);
|
||||
}
|
||||
} // namespace wallet
|
||||
|
||||
Reference in New Issue
Block a user