bug: lndhub payment state
refactor: use webln package
This commit is contained in:
@ -10,6 +10,10 @@ export class CashuWallet implements LNWallet {
|
||||
this.#mint = mint;
|
||||
}
|
||||
|
||||
canAutoLogin(): boolean {
|
||||
return true;
|
||||
}
|
||||
|
||||
isReady(): boolean {
|
||||
return this.#wallet !== undefined;
|
||||
}
|
||||
|
Reference in New Issue
Block a user