We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d769c1 commit 0496eeaCopy full SHA for 0496eea
src/seedsigner/models/encode_qr.py
@@ -344,7 +344,7 @@ def derivation_to_keypath(path: str) -> list:
344
return Keypath(arr, self.root.my_fingerprint, len(arr))
345
346
origin = derivation_to_keypath(self.derivation)
347
- self.use_info = None if self.network == "M" else CoinInfo(type=None, network=1)
+ self.use_info = None if self.network == SettingsConstants.MAINNET else CoinInfo(type=None, network=1)
348
349
self.ur_hdkey = HDKey({ 'key': self.xpub.key.serialize(),
350
'chain_code': self.xpub.chain_code,
0 commit comments