Update SendDetails.tsx

This commit is contained in:
Marcos Rodriguez Velez 2024-07-06 20:55:01 -04:00
parent 16916674da
commit 6b26cf5528
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7

View File

@ -827,7 +827,6 @@ const SendDetails = () => {
const psbt = bitcoin.Psbt.fromBase64(base64); // if it doesnt throw - all good, its valid
if ((wallet as MultisigHDWallet)?.howManySignaturesCanWeMake() > 0 && (await askCosignThisTransaction())) {
hideOptions();
setIsLoading(true);
await sleep(100);
(wallet as MultisigHDWallet).cosignPsbt(psbt);