You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this was just a historical simplification, but we should likely update to start using th correct coin types, as I think maybe the "default" signet has a diff value. Alternatively, we can just mark this as wontfix as well.
The text was updated successfully, but these errors were encountered:
Roasbeef
added
bug
Unintended code behaviour
wallet
The wallet (lnwallet) which LND uses
config
Parameters/arguments/config file related issues/PRs
labels
Sep 28, 2022
Roasbeef
added a commit
to lightninglabs/taproot-assets
that referenced
this issue
Sep 28, 2022
Today
lnd
uses the wrong coin type for simnet and other networks: https://github.com/lightningnetwork/lnd/blob/master/chainreg/chainparams.go#L45-L58We'll bail out of certain operations like PSBT signing if the coin type doesn't match what we expect. The cointype for testnet is
1
, while the actual cointype for simnet is115
: https://github.com/btcsuite/btcd/blob/master/chaincfg/params.go#L758-L760I think this was just a historical simplification, but we should likely update to start using th correct coin types, as I think maybe the "default" signet has a diff value. Alternatively, we can just mark this as wontfix as well.
The text was updated successfully, but these errors were encountered: