SatoshiPortal / lwk-dart

Dart/Flutter bindings for Blockstream's Liquid Wallet Kit
MIT License
7 stars 7 forks source link

Multi signature pset signing support #30

Open Saleciani opened 4 months ago

Saleciani commented 4 months ago

Trying to sign a pset returned from sideswap api throws

ElementsMiniscriptPset(InputError(MissingPubkey, 0))

Sideswap creates a transaction from inputs we send them with several assets and inputs and outputs.

Trying to sign this transaction generates that error.

Saleciani commented 3 months ago

Update:

Problem with sideswap was unrelated to multi signature signing of transactions, but will keep issue open because multi signature is also important. :)