File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ class Bip49Coins extends BipCoins {
18
18
static const Bip49Coins omniXep = Bip49Coins ._('omniXep' );
19
19
20
20
// Test nets
21
- static const Bip49Coins bitcoinCashTestnet = Bip49Coins ._('bitcoinCashTestnet' );
22
- static const Bip49Coins bitcoinCashSlpTestnet = Bip49Coins ._('bitcoinCashSlpTestnet' );
21
+ static const Bip49Coins bitcoinCashTestnet =
22
+ Bip49Coins ._('bitcoinCashTestnet' );
23
+ static const Bip49Coins bitcoinCashSlpTestnet =
24
+ Bip49Coins ._('bitcoinCashSlpTestnet' );
23
25
static const Bip49Coins bitcoinSvTestnet = Bip49Coins ._('bitcoinSvTestnet' );
24
26
static const Bip49Coins bitcoinTestnet = Bip49Coins ._('bitcoinTestnet' );
25
27
static const Bip49Coins dashTestnet = Bip49Coins ._('dashTestnet' );
You can’t perform that action at this time.
0 commit comments