remove *1000 for fake
This commit is contained in:
parent
be5f909d1c
commit
6fae6dab92
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class FakeWallet(Wallet):
|
|||
) -> InvoiceResponse:
|
||||
data: Dict = {
|
||||
"out": False,
|
||||
"amount": amount * 1000,
|
||||
"amount": amount,
|
||||
"currency": "bc",
|
||||
"privkey": self.privkey,
|
||||
"memo": memo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue