Skip to content

Commit

Permalink
tests: fix CoinJoinSessionTest
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Aug 13, 2024
1 parent 3deb237 commit 622d9b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void setUp() throws Exception {
coinbase,
Collections.singletonList(entry),
Collections.emptyList(),
SimplifiedMasternodeListDiff.LEGACY_BLS_VERSION
SimplifiedMasternodeListDiff.CURRENT_VERSION
);
wallet.getContext().masternodeListManager.processMasternodeListDiff(null, diff, true);

Expand Down

0 comments on commit 622d9b6

Please sign in to comment.