mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 11:09:20 +01:00
FIX: typo
This commit is contained in:
parent
17762ea2de
commit
4153befd04
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ const writeFileAndExport = async function (filename, contents) {
|
|||
const openSignedTransaction = async function () {
|
||||
try {
|
||||
const res = await DocumentPicker.pick({
|
||||
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],
|
||||
});
|
||||
|
||||
return await _readPsbtFileIntoBase64(res.uri);
|
||||
|
|
Loading…
Add table
Reference in a new issue