When setting "mintable=false" in the CLI using Ledger, the Ledger overrides this to "mintable=true".
I believe this is a bug in the node-binary and how it serialises the transaction before it sends it to the ledger, so the issue is raised here, not in the Ledger Repo.
Set up
Use the CLI to create a token issuance with mintable=false:
Use the ledger to send the transaction. The Ledger over-rides this, and sets it to true:
Workaround
Delete "--mintable false" from the CLI command and the ledger chooses the default, which is false and an asset can be issued that is mintable=false.
Ledger Bug
When setting "mintable=false" in the CLI using Ledger, the Ledger overrides this to "mintable=true".
I believe this is a bug in the node-binary and how it serialises the transaction before it sends it to the ledger, so the issue is raised here, not in the Ledger Repo.
Set up
Use the CLI to create a token issuance with mintable=false:
Use the ledger to send the transaction. The Ledger over-rides this, and sets it to true:
Workaround
Delete "--mintable false" from the CLI command and the ledger chooses the default, which is false and an asset can be issued that is mintable=false.