|
@ -96,7 +96,7 @@ payFormSelectors.isOnchain = createSelector( |
|
|
|
|
|
|
|
|
payFormSelectors.isLn = createSelector( |
|
|
payFormSelectors.isLn = createSelector( |
|
|
payInputSelector, |
|
|
payInputSelector, |
|
|
input => { |
|
|
(input) => { |
|
|
if (!input.startsWith('ln')) { return false } |
|
|
if (!input.startsWith('ln')) { return false } |
|
|
|
|
|
|
|
|
try { |
|
|
try { |
|
|