mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Update SendDetails.tsx
This commit is contained in:
parent
d957ee7197
commit
5eabded72b
1 changed files with 7 additions and 2 deletions
|
@ -691,6 +691,7 @@ const SendDetails = () => {
|
|||
walletID: wallet.getID(),
|
||||
psbt,
|
||||
});
|
||||
|
||||
setIsLoading(false);
|
||||
}
|
||||
},
|
||||
|
@ -883,15 +884,19 @@ const SendDetails = () => {
|
|||
case CommonToolTipActions.ImportTransactionMultsig:
|
||||
_importTransactionMultisig(data);
|
||||
break;
|
||||
case CommonToolTipActions.ImportTransaction:
|
||||
processAddressData(data);
|
||||
break;
|
||||
|
||||
default:
|
||||
console.debug('Unknown selectedDataProcessor:', selectedDataProcessor.current);
|
||||
}
|
||||
} else {
|
||||
onBarScanned(data);
|
||||
processAddressData(data);
|
||||
}
|
||||
}
|
||||
setParams({ onBarScanned: undefined });
|
||||
selectedDataProcessor.current = undefined;
|
||||
setParams({ onBarScanned: undefined });
|
||||
}, [
|
||||
handlePsbtSign,
|
||||
importQrTransactionOnBarScanned,
|
||||
|
|
Loading…
Add table
Reference in a new issue