mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 14:45:17 +01:00
Update transactions.js
This commit is contained in:
parent
6e7fcbeca6
commit
3e39619977
@ -303,7 +303,7 @@ const WalletTransactions = ({ navigation }) => {
|
||||
await wallet.fetchBtcAddress();
|
||||
toAddress = wallet.refill_addressess[0];
|
||||
} catch (Err) {
|
||||
return presentAlert({ message: Err.message });
|
||||
return presentAlert({ message: Err.message, type: AlertType.Toast });
|
||||
}
|
||||
}
|
||||
navigate('SendDetailsRoot', {
|
||||
|
Loading…
Reference in New Issue
Block a user