Skip to content

Commit

Permalink
tests(coinjoin): add dry run check to CoinJoinSessionTest
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jan 4, 2024
1 parent fa6b369 commit 700adee
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ public void sessionTest() throws Exception {
CoinJoinBroadcastTx broadcastTx = CoinJoin.getDSTX(mixingTx.getTxId());
assertNotNull(broadcastTx);

assertTrue(clientManager.doAutomaticDenominating(true));

if (clientManager.isMixing()) {
clientManager.stopMixing();
}
Expand Down

0 comments on commit 700adee

Please sign in to comment.