vulpemventures / marina

Liquid Wallet browser extension
MIT License
35 stars 16 forks source link

sequence field in PSET is modified during the signing process #498

Closed jamesdorfman closed 9 months ago

jamesdorfman commented 9 months ago

I am calling marina.signTransaction(pset) on a PSET with an input whose sequence field is set to zero. However, when marina returns the signed PSET, the sequence field is set to null.

This prevents me from using the OP_CHECKLOCKTIMEVERIFY opcode, which requires specific values for the sequence field. See the attached screenshot from bip 65, below, which states that the nSequence field must be set to a certain range of values:

Screenshot 2023-11-29 at 4 27 45 AM

Please let me know what info I can provide to assist in reproducing this issue.