Skip to content

Commit

Permalink
fix: no whitelist verification in Lightning Network. (#6591)
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming authored Jan 23, 2025
1 parent 2791715 commit b20920b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ function SendDataInputContainer() {
);

const enableAllowListValidation = useMemo(
() => networkUtils.isLightningNetworkByNetworkId(networkId),
() => !networkUtils.isLightningNetworkByNetworkId(networkId),
[networkId],
);

Expand Down

0 comments on commit b20920b

Please sign in to comment.