Skip to content

Commit

Permalink
Update bip84_conf.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnetwork committed Dec 4, 2024
1 parent 7f2d4a9 commit fb1e13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bip/bip/conf/bip84/bip84_conf.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class Bip84Conf {
/// Configuration for Electra Protocol test net
static final BipCoinConfig electraProtocolTestNet = BipCoinConfig(
coinNames: CoinsConf.electraProtocolTestNet.coinName,
coinIdx: Slip44.electraProtocol,
coinIdx: Slip44.testnet,
isTestnet: true,
defPath: derPathNonHardenedFull,
keyNetVer: Bip32KeyNetVersions(
Expand Down

0 comments on commit fb1e13b

Please sign in to comment.