fix: Boltzclient fundingsource. use a hashed wallet_name (#3673)

This commit is contained in:
dni ⚡
2025-12-17 13:57:05 +01:00
committed by GitHub
parent 606ee215b4
commit a0f65f4cda
5 changed files with 86 additions and 36 deletions
File diff suppressed because one or more lines are too long
@@ -163,11 +163,9 @@ window.app.component('lnbits-admin-funding-sources', {
boltz_client_endpoint: 'Endpoint',
boltz_client_macaroon: 'Admin Macaroon path or hex',
boltz_client_cert: 'Certificate path or hex',
boltz_client_wallet: 'Wallet Name',
boltz_client_password: 'Wallet Password (can be empty)',
boltz_mnemonic: {
label: 'Liquid mnemonic (copy into greenwallet)',
readonly: true,
copy: true,
qrcode: true
}