mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-04-14 18:22:54 +00:00
typofix
sorry
This commit is contained in:
parent
53e401edb8
commit
edc57f69dd
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class SupportedCoins {
|
|||
|
||||
/// A Map linking a CryptoCurrency with its associated Coin.
|
||||
///
|
||||
/// Temporary: Remove when the Coin enum is removed.dd
|
||||
/// Temporary: Remove when the Coin enum is removed.
|
||||
static final Map<Coin, CryptoCurrency> coins = {
|
||||
Coin.bitcoin: Bitcoin(CryptoCurrencyNetwork.main),
|
||||
Coin.monero: Monero(CryptoCurrencyNetwork.main),
|
||||
|
|
Loading…
Reference in a new issue