refactor: clean lnurlwallet view

This commit is contained in:
Eneko Illarramendi
2019-12-14 12:24:21 +01:00
parent 21a6958458
commit 80c43701b3
3 changed files with 35 additions and 80 deletions
+1
View File
@@ -18,6 +18,7 @@ class Wallet(ABC):
def pay_invoice(self, bolt11: str) -> WalletResponse:
pass
@abstractmethod
def get_invoice_status(self, payment_hash: str) -> WalletResponse:
pass