Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
update client to v1.0.61
Browse files Browse the repository at this point in the history
  • Loading branch information
matsakiv committed Oct 1, 2020
1 parent 4d32839 commit 5cff178
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Atomex.Client.Wpf.Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<?define Name = "Atomex Client" ?>
<?define Manufacturer = "Atomex.me" ?>
<?define Description = "Multicurrency HD wallet with built-in hybrid exchange based on atomic swap." ?>
<?define Version = "1.0.60" ?>
<?define Version = "1.0.61" ?>
<?define UpgradeCode = "DB7FCF8D-E0C6-4C99-A6B1-3FB6D703F97E" ?>
<?define ExeName = "Atomex.Client.Wpf.exe" ?>

Expand Down
1 change: 1 addition & 0 deletions Atomex.Client.Wpf/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ protected override void OnStartup(StartupEventArgs e)
.UseCurrenciesProvider(currenciesProvider)
.UseSymbolsProvider(symbolsProvider)
.UseCurrenciesUpdater(new CurrenciesUpdater(currenciesProvider))
.UseSymbolsUpdater(new SymbolsUpdater(symbolsProvider))
.UseQuotesProvider(new BitfinexQuotesProvider(
currencies: currenciesProvider.GetCurrencies(Network.MainNet),
baseCurrency: BitfinexQuotesProvider.Usd));
Expand Down

0 comments on commit 5cff178

Please sign in to comment.