Skip to content

Commit

Permalink
Fix assignment order (WalletWasabi#13354)
Browse files Browse the repository at this point in the history
  • Loading branch information
lontivero authored Sep 1, 2024
1 parent 8fd76db commit 6b40b15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public CoinJoinManager(
HttpClientFactory = coordinatorHttpClientFactory;
RoundStateUpdaterCircuit = new PersonCircuit();

IWabiSabiStatusApiRequestHandler handler = HasCoordinatorConfigured ?
IWabiSabiStatusApiRequestHandler handler = hasCoordinatorConfigured ?
new WabiSabiHttpApiClient(coordinatorHttpClientFactory!.NewHttpClient(Mode.SingleCircuitPerLifetime, RoundStateUpdaterCircuit)) :
new NullWabiSabiStatusApiRequestHandler();

Expand Down

0 comments on commit 6b40b15

Please sign in to comment.