Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Commit bc25df3

Browse files
committed
change right file this time
1 parent 9b72c8b commit bc25df3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eclair-core/src/main/scala/fr/acinq/eclair/crypto/keymanager/LocalNodeKeyManager.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object LocalNodeKeyManager {
2828
// Note that the node path and the above channel path are on different branches so even if the
2929
// node key is compromised there is no way to retrieve the wallet keys
3030
def keyBasePath(chainHash: ByteVector32): List[Long] = (chainHash: @unchecked) match {
31-
case Block.RegtestGenesisBlock.hash | Block.TestnetGenesisBlock.hash | Block.SignetGenesisBlock.hash => DeterministicWallet.hardened(46) :: DeterministicWallet.hardened(0) :: Nil
31+
case Block.RegtestGenesisBlock.hash | Block.TestnetGenesisBlock.hash | Block.SignetGenesisBlock.hash => List(1017, 1, 6)
3232
case Block.LivenetGenesisBlock.hash => DeterministicWallet.hardened(47) :: DeterministicWallet.hardened(0) :: Nil
3333
}
3434
}

0 commit comments

Comments
 (0)