mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
REF
This commit is contained in:
parent
2d756371f7
commit
b6f10b7201
@ -75,7 +75,7 @@ const WalletsAdd = () => {
|
||||
|
||||
useEffect(() => {
|
||||
AsyncStorage.getItem(AppStorage.LNDHUB)
|
||||
.then(setWalletBaseURI)
|
||||
.then(url => setWalletBaseURI(url || 'https://lndhub.io'))
|
||||
.catch(() => setWalletBaseURI(''));
|
||||
isAdancedModeEnabled()
|
||||
.then(setIsAdvancedOptionsEnabled)
|
||||
|
Loading…
Reference in New Issue
Block a user