Skip to content

Commit

Permalink
Merge pull request #13162 from lontivero/Fix-Test
Browse files Browse the repository at this point in the history
Fix broken test
  • Loading branch information
soosr committed Jun 7, 2024
2 parents e2b3089 + c98df50 commit bf2f338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WalletWasabi.Tests/UnitTests/Bases/ConfigManagerNgTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static string GetConfigString(string localBitcoinCoreDataDir)
"EnableGpu": true,
"CoordinatorIdentifier": "CoinJoinCoordinatorIdentifier",
"MaxCoordinationFeeRate": 0.0,
"MaxCoinJoinMiningFeeRate": 150
"MaxCoinJoinMiningFeeRate": 150.0
}
""";

Expand Down

0 comments on commit bf2f338

Please sign in to comment.