Compare commits
No commits in common. "e9a33ae12e70dc9adda262002eef04f61d3325ff" and "bd37ec17ccaf87c16f28a8433a587f052b70acbe" have entirely different histories.
e9a33ae12e
...
bd37ec17cc
@ -63,6 +63,6 @@ SatsAllDay,pr,#1095,#728,medium,,,,250k,weareallsatoshi@getalby.com,2024-04-21
|
||||
benalleng,pr,#1090,#1077,good-first-issue,,,,20k,benalleng@mutiny.plus,2024-04-28
|
||||
benalleng,helpfulness,#1087,,,,,informed fix,20k,benalleng@mutiny.plus,2024-04-28
|
||||
benalleng,pr,#1099,#794,medium-hard,,,refined in a commit,450k,benalleng@mutiny.plus,2024-04-28
|
||||
dillon-co,helpfulness,#1099,#794,medium-hard,,,#988 did much of the legwork,225k,bolt11,2024-04-29
|
||||
dillon-co,helpfulness,#1099,#794,medium-hard,,,#988 did much of the legwork,225k,???,???
|
||||
abhiShandy,pr,#1119,#1110,good-first-issue,,,,20k,abhishandy@stacker.news,2024-04-28
|
||||
felipebueno,issue,#1119,#1110,good-first-issue,,,,2k,felipe@stacker.news,2024-04-28
|
||||
|
|
@ -136,7 +136,6 @@ export function LNbitsProvider ({ children }) {
|
||||
logger.ok('wallet enabled')
|
||||
} catch (err) {
|
||||
logger.error('invalid config:', err)
|
||||
setStatus(Status.Error)
|
||||
logger.info('wallet disabled')
|
||||
throw err
|
||||
}
|
||||
|
@ -145,8 +145,8 @@ export function LNCProvider ({ children }) {
|
||||
setStatus(Status.Enabled)
|
||||
logger.ok('wallet enabled')
|
||||
} catch (err) {
|
||||
logger.error('invalid config:', err)
|
||||
setStatus(Status.Error)
|
||||
logger.error('invalid config:', err)
|
||||
logger.info('wallet disabled')
|
||||
throw err
|
||||
} finally {
|
||||
@ -181,8 +181,8 @@ export function LNCProvider ({ children }) {
|
||||
setConfig({ pairingPhrase: lnc.credentials.pairingPhrase, password: lnc.credentials.password })
|
||||
}
|
||||
} catch (err) {
|
||||
logger.error('wallet could not be loaded:', err)
|
||||
setStatus(Status.Error)
|
||||
logger.error('wallet could not be loaded', err)
|
||||
}
|
||||
})()
|
||||
}, [setStatus, setConfig, logger])
|
||||
|
@ -124,8 +124,6 @@ export function NWCProvider ({ children }) {
|
||||
setStatus(Status.Enabled)
|
||||
logger.ok('wallet enabled')
|
||||
} catch (err) {
|
||||
logger.error('invalid config:', err)
|
||||
setStatus(Status.Error)
|
||||
logger.info('wallet disabled')
|
||||
throw err
|
||||
}
|
||||
@ -160,7 +158,6 @@ export function NWCProvider ({ children }) {
|
||||
setStatus(Status.Enabled)
|
||||
logger.ok('wallet enabled')
|
||||
} catch (err) {
|
||||
logger.error('invalid config:', err)
|
||||
setStatus(Status.Error)
|
||||
logger.info('wallet disabled')
|
||||
throw err
|
||||
|
Loading…
x
Reference in New Issue
Block a user