Skip to content

Commit

Permalink
Merge pull request BlueWallet#4012 from BlueWallet/fix-ms-no-exportin…
Browse files Browse the repository at this point in the history
…g-psbt-with-all-signatures

FIX: multisig not exporting correct psbt with all signatures
  • Loading branch information
GladosBlueWallet authored Oct 8, 2021
2 parents 10e0d5f + 7d2dd9e commit c5f3097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screen/send/psbtMultisig.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const PsbtMultisig = () => {
};

const navigateToPSBTMultisigQRCode = () => {
navigate('PsbtMultisigQRCode', { walletID, psbtBase64, isShowOpenScanner: isConfirmEnabled() });
navigate('PsbtMultisigQRCode', { walletID, psbtBase64: psbt.toBase64(), isShowOpenScanner: isConfirmEnabled() });
};

const _renderItemUnsigned = el => {
Expand Down

0 comments on commit c5f3097

Please sign in to comment.