Skip to content

Commit

Permalink
Merge pull request lnbits#1621 from lnbits/fix_adminui_lnd
Browse files Browse the repository at this point in the history
fix inputs on Lnd funding sources
  • Loading branch information
arcbtc authored Apr 20, 2023
2 parents 07946d8 + de38f38 commit efafd00
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions lnbits/core/templates/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,18 +225,6 @@
lnd_rest_macaroon_encrypted: {
value: null,
label: 'Encrypted Macaroon'
},
lnd_cert: {
value: null,
label: 'Certificate'
},
lnd_rest_admin_macaroon: {
value: null,
label: 'Admin Macaroon'
},
lnd_rest_invoice_macaroon: {
value: null,
label: 'Invoice Macaroon'
}
}
],
Expand All @@ -259,10 +247,6 @@
value: null,
label: 'Admin Macaroon'
},
lnd_grpc_invoice_macaroon: {
value: null,
label: 'Invoice Macaroon'
},
lnd_grpc_macaroon_encrypted: {
value: null,
label: 'Encrypted Macaroon'
Expand Down

0 comments on commit efafd00

Please sign in to comment.