Skip to content

Commit

Permalink
CoinJoin: disable
Browse files Browse the repository at this point in the history
Modified by: wagerr-builder <104495875+wagerr-builder@users.noreply.github.com>
  • Loading branch information
celbalrai authored and wagerr-builder committed Nov 26, 2022
1 parent 8437a55 commit 7ba52a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coinjoin/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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 7ba52a8

Please sign in to comment.