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
{{ message }}
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.
When I use signP2SHTransaction to do more money, and the output contains the segwit v1 address, it will appear TransportStatusError: Ledger device: Internal error, please report (0x6f00).
const result = await this.appBtc.signP2SHTransaction({
inputs: toSignInputs,
associatedKeysets: paths,
outputScriptHex: outputScript
}).catch(err => {
throw new Error(err);
});
When I change the output address to the segwit v0 address, it can still be signed normally, but the segwit v1 address cannot. How do I transfer money to a segwit v1 address in p2sh? ? ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I use signP2SHTransaction to do more money, and the output contains the segwit v1 address, it will appear
TransportStatusError: Ledger device: Internal error, please report (0x6f00)
.previous transaction:
pending signature transaction:
The text was updated successfully, but these errors were encountered: