Remove deprecated comment (#801)
This commit is contained in:
parent
b6dd4c1dba
commit
ec3e8f0079
@ -23,8 +23,6 @@ const savePaymentMethods = (methods) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function RawWebLNProvider ({ children }) {
|
function RawWebLNProvider ({ children }) {
|
||||||
// LNbits should only be used during development
|
|
||||||
// since it gives full wallet access on XSS
|
|
||||||
const lnbits = useLNbits()
|
const lnbits = useLNbits()
|
||||||
const nwc = useNWC()
|
const nwc = useNWC()
|
||||||
const providers = [lnbits, nwc]
|
const providers = [lnbits, nwc]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user