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(() => {
|
useEffect(() => {
|
||||||
AsyncStorage.getItem(AppStorage.LNDHUB)
|
AsyncStorage.getItem(AppStorage.LNDHUB)
|
||||||
.then(setWalletBaseURI)
|
.then(url => setWalletBaseURI(url || 'https://lndhub.io'))
|
||||||
.catch(() => setWalletBaseURI(''));
|
.catch(() => setWalletBaseURI(''));
|
||||||
isAdancedModeEnabled()
|
isAdancedModeEnabled()
|
||||||
.then(setIsAdvancedOptionsEnabled)
|
.then(setIsAdvancedOptionsEnabled)
|
||||||
|
Loading…
Reference in New Issue
Block a user