Skip to content

Commit

Permalink
fix LP inter-mixing by not initiating new queues by them
Browse files Browse the repository at this point in the history
Closes: #623
  • Loading branch information
UdjinM6 authored and schinzelh committed Sep 28, 2015
1 parent e754c84 commit f173a86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/darksend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1569,6 +1569,9 @@ bool CDarksendPool::DoAutomaticDenominating(bool fDryRun)
}
}

// do not initiate queue if we are a liquidity proveder to avoid useless inter-mixing
if(nLiquidityProvider) return false;

int i = 0;

// otherwise, try one randomly
Expand Down

0 comments on commit f173a86

Please sign in to comment.