Skip to content

Commit

Permalink
CoinJoin: disable
Browse files Browse the repository at this point in the history
  • Loading branch information
celbalrai authored and ckti committed Apr 10, 2022
1 parent b9c3780 commit 4f00665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coinjoin/coinjoin-client-options.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class CCoinJoinClientOptions
static void SetRounds(int nRounds);
static void SetAmount(CAmount amount);

static bool IsEnabled() { return CCoinJoinClientOptions::Get().fEnableCoinJoin; }
static bool IsEnabled() { return false; }
static bool IsMultiSessionEnabled() { return CCoinJoinClientOptions::Get().fCoinJoinMultiSession; }

static void GetJsonInfo(UniValue& obj);
Expand Down

0 comments on commit 4f00665

Please sign in to comment.