Skip to content

Commit

Permalink
WalletConfiguration: modify single Embedded LND logic
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Feb 9, 2025
1 parent c126c32 commit 977605c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/Settings/WalletConfiguration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export default class WalletConfiguration extends React.Component<
interfaceKeys = interfaceKeys.filter(
(item) => item.value !== 'embedded-lnd'
);
if (!adminMacaroon) {
if (!adminMacaroon && implementation === 'embedded-lnd') {
this.setState({
implementation: 'lnd'
});
Expand Down

0 comments on commit 977605c

Please # to comment.