FIX: typo that might cause incorrect 'openSignedTransaction' procedure

This commit is contained in:
Overtorment 2022-06-09 20:01:47 +01:00
parent 083d240c4a
commit 44a1b7a98c

View file

@ -204,7 +204,7 @@ const PsbtWithHardwareWallet = () => {
const openSignedTransaction = async () => {
try {
const res = await DocumentPicker.pickSingle({
type: Platform.OS === 'ios' ? ['io.bluewallet.psbt', 'io.bluewallt.psbt.txn'] : [DocumentPicker.types.allFiles],
type: Platform.OS === 'ios' ? ['io.bluewallet.psbt', 'io.bluewallet.psbt.txn'] : [DocumentPicker.types.allFiles],
});
const file = await RNFS.readFile(res.uri);
if (file) {