Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

signP2SHTransaction TransportStatusError: Ledger device: Internal error, please report (0x6f00) #818

Open
AAweidai opened this issue Mar 24, 2022 · 1 comment

Comments

@AAweidai
Copy link

AAweidai commented Mar 24, 2022

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);
  });

previous transaction:

0100000001a956b62eccd36ab385abeed1a0fc604bcc58ab8142cefa7fbbe8c555cb4e516101000000fdf5010047304402204dd6f9ccbb24677f67eb2475733940c87d722c11566120093b9527581b28b3a8022070a5d341b1c0d2f8422d026cb4abede3d28e7ca8cc339aacd75ebec5986510c901483045022100a499310fea03c68a7045e982d51dc2173624b3e43cb2adcf535c7823e04e9add0220739c56f7ccf46033807ffeb38fe48fa7db1ba9752be0a568c8c542a135ef398c01483045022100f38f38272c6c56de183f5d1e905a27573ea64ecb30d9c878ce57cab10de9564d0220649b919fe99f8e46bc949a64d16d3da608519dc175e693da5c9b45db4115184701483045022100a608bf17b47777ce96beee0f1cd56166d30db792660f1f50cbaa78019442cb1102206bfb2d1e8b2409e17e431443c6f13e1bf8065d15b92c882bf06c74292badcac2014ccf542102e2b2720a9e54617ba87fca287c3d7f9124154d30fa8dc9cd260b6b254e1d7aea210219fc860933a1362bc5e0a0bbe1b33a47aedf904765f4a85cd166ba1d767927ee2102b921cb319a14c6887b12cee457453f720e88808a735a578d6c57aba0c74e5af32102df92e88c4380778c9c48268460a124a8f4e7da883f80477deaa644ced486efc6210346aa7ade0b567b34182cacf9444deb44ee829e14705dc87175107dd09d5dbf4021034d3e7f87e69c6c71df6052b44f9ed99a3d811613140ebf09f8fdaf904a2e1de856aeffffffff02b0a70200000000001976a9147cab8a605af0fc643b523ff62325632ba54320a988acc5f3f8050000000017a914d246f700f4969106291a75ba85ad863cae68d6678700000000

pending signature transaction:

01000000014401a3070c1ad369e9540415dfddc1d63539df81e39dd9633bcf92119e44a0260100000000ffffffff0200e1f50500000000225120e7bc39d2d63f924f595db4cd88cd940d97e42ea36a2a0943e29a7d51608e2e916f0b03000000000017a914d246f700f4969106291a75ba85ad863cae68d6678700000000
@AAweidai
Copy link
Author

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant