From 0d823ff4338b813fa211dbb992085b47b29177e4 Mon Sep 17 00:00:00 2001 From: Sandro Simas Date: Sat, 30 Nov 2024 11:21:48 -0300 Subject: [PATCH] Small fix --- lib/bip/bip/conf/bip49/bip49_coins.dart | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/bip/bip/conf/bip49/bip49_coins.dart b/lib/bip/bip/conf/bip49/bip49_coins.dart index 3400337..6268c76 100644 --- a/lib/bip/bip/conf/bip49/bip49_coins.dart +++ b/lib/bip/bip/conf/bip49/bip49_coins.dart @@ -18,8 +18,10 @@ class Bip49Coins extends BipCoins { static const Bip49Coins omniXep = Bip49Coins._('omniXep'); // Test nets - static const Bip49Coins bitcoinCashTestnet = Bip49Coins._('bitcoinCashTestnet'); - static const Bip49Coins bitcoinCashSlpTestnet = Bip49Coins._('bitcoinCashSlpTestnet'); + static const Bip49Coins bitcoinCashTestnet = + Bip49Coins._('bitcoinCashTestnet'); + static const Bip49Coins bitcoinCashSlpTestnet = + Bip49Coins._('bitcoinCashSlpTestnet'); static const Bip49Coins bitcoinSvTestnet = Bip49Coins._('bitcoinSvTestnet'); static const Bip49Coins bitcoinTestnet = Bip49Coins._('bitcoinTestnet'); static const Bip49Coins dashTestnet = Bip49Coins._('dashTestnet');