Remove deprecated comment (#801)

This commit is contained in:
ekzyis 2024-02-09 16:39:59 +01:00 committed by GitHub
parent b6dd4c1dba
commit ec3e8f0079
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ const savePaymentMethods = (methods) => {
}
function RawWebLNProvider ({ children }) {
// LNbits should only be used during development
// since it gives full wallet access on XSS
const lnbits = useLNbits()
const nwc = useNWC()
const providers = [lnbits, nwc]