Browse Source

Update lndgrpc.py

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
8db35ca1af
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      lnbits/wallets/lndgrpc.py

4
lnbits/wallets/lndgrpc.py

@ -37,8 +37,8 @@ class LndWallet(Wallet):
) )
lndResponse = lnd_rpc.add_invoice( lndResponse = lnd_rpc.add_invoice(
memo = "mem", memo = mem,
value = 20, value = amount,
expiry = 600, expiry = 600,
private = True private = True
) )

Loading…
Cancel
Save