Skip to content

Commit

Permalink
Fix BackendURI setting save (WalletWasabi#13376)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolay authored Sep 9, 2024
1 parent db0948b commit 3793af0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WalletWasabi.Fluent/Models/UI/ApplicationSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ public ApplicationSettings(string persistentConfigFilePath, PersistentConfig per
x => x.MainNetCoordinatorUri,
x => x.TestNetCoordinatorUri,
x => x.RegTestCoordinatorUri,
(_, _, _, _, _) => Unit.Default)
x => x.BackendUri,
(_, _, _, _, _, _) => Unit.Default)
.Skip(1);

Observable
Expand Down

0 comments on commit 3793af0

Please sign in to comment.