Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
Signed-off-by: pasta <[email protected]>
  • Loading branch information
PastaPastaPasta committed Jul 16, 2021
1 parent 0d2ca88 commit 9b90eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

#include <boost/algorithm/string/replace.hpp>

static const size_t OUTPUT_GROUP_MAX_ENTRIES = 10;
static const size_t OUTPUT_GROUP_MAX_ENTRIES = 10; // Test one

static CCriticalSection cs_wallets;
static std::vector<std::shared_ptr<CWallet>> vpwallets GUARDED_BY(cs_wallets);
Expand Down

0 comments on commit 9b90eb4

Please sign in to comment.