feat: set sidecar mnemonic if missing (#3839)

This commit is contained in:
Vlad Stan
2026-03-04 16:13:46 +02:00
committed by GitHub
parent f93efbfb3a
commit 04ec643c93
4 changed files with 42 additions and 2 deletions
File diff suppressed because one or more lines are too long
@@ -237,6 +237,11 @@ window.app.component('lnbits-admin-funding-sources', {
hint: 'If specified then this endpoint will be used instead of the internal sidecar. Make sure to also specify the API key if your sidecar requires authentication.',
value: ''
},
spark_l2_mnemonic: {
label: 'External Sidecar Mnemonic',
hint: 'Mnemonic for the Spark wallet on the external sidecar. Required if the side car does not have its own mnemonic.',
value: ''
},
spark_l2_external_api_key: {
label: 'External Sidecar API Key',
hint: 'API key for authenticating with the external sidecar if it requires authentication.',