We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ddd36 commit 6f4a639Copy full SHA for 6f4a639
app/src/store/stores/settingsStore.ts
@@ -55,7 +55,7 @@ export default class SettingsStore {
55
bitcoinTxUrl = BitcoinExplorerPresets['mempool.space'];
56
57
/** url to a graph explorer for Lightning nodes */
58
- lnNodeUrl = LightningExplorerPresets['amboss.space'];
+ lnNodeUrl = LightningExplorerPresets['terminal'];
59
60
/** the order minimum channel size chosen by the user */
61
minChanSize = DEFAULT_MIN_CHAN_SIZE;
0 commit comments