lily-wallet icon indicating copy to clipboard operation
lily-wallet copied to clipboard

Mnemonic wallets cannot send

Open KayBeSee opened this issue 3 years ago • 0 comments

There is a bug where mnemonic wallets cannot send. The broadcast transaction buttons looks like you can send but the button doesn't do anything.

The issue stems from here: https://github.com/Lily-Technologies/lily-wallet/blob/master/src/pages/Send/Onchain/index.tsx#L133

signedDevices is not returning anything. I think this is because we are checking for partial script signatures after the PSBT has been finalized.

I think this might also cause a bug if a finalized, fully-signed PSBT is tried to be broadcast.

KayBeSee avatar Nov 03 '21 18:11 KayBeSee