From f7086fd8ff084ab0dd656d75b7485e59263bdfd8 Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Fri, 12 Nov 2021 11:13:29 -0500 Subject: Add src/wallet/* code to wallet:: namespace --- src/wallet/coincontrol.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wallet/coincontrol.cpp') diff --git a/src/wallet/coincontrol.cpp b/src/wallet/coincontrol.cpp index bf582e1cc1..3b3c1f8da4 100644 --- a/src/wallet/coincontrol.cpp +++ b/src/wallet/coincontrol.cpp @@ -6,7 +6,9 @@ #include +namespace wallet { CCoinControl::CCoinControl() { m_avoid_partial_spends = gArgs.GetBoolArg("-avoidpartialspends", DEFAULT_AVOIDPARTIALSPENDS); } +} // namespace wallet -- cgit v1.2.3