You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2024. It is now read-only.
in lib/cashu/mint/ledger.py:400 the cashu wallet is unable to detect a payment when the payment to the mint is made from a lnbits ledger wallet or an external lightning node via ZBD backend. The following log message occurs while the wallet is waiting for the payment to complete:
lightning poetry[29815]: 2024-05-21 22:20:16.22 | INFO | lnbits.extensions.cashu.views_api:get_mint_quote:380 | Error while getting mint quote: LightningBackend.get_invoice_status() missing 1 required positional argument: 'checking_id'
The text was updated successfully, but these errors were encountered:
BrunswickBTC
changed the title
Minting coins from a lnbits ledger wallet rather than an external lightning payment yields improper call to get_invoice_status()
Minting coins yields improper call to get_invoice_status()
May 22, 2024
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
in lib/cashu/mint/ledger.py:400 the cashu wallet is unable to detect a payment when the payment to the mint is made from a lnbits ledger wallet or an external lightning node via ZBD backend. The following log message occurs while the wallet is waiting for the payment to complete:
lightning poetry[29815]: 2024-05-21 22:20:16.22 | INFO | lnbits.extensions.cashu.views_api:get_mint_quote:380 | Error while getting mint quote: LightningBackend.get_invoice_status() missing 1 required positional argument: 'checking_id'
The text was updated successfully, but these errors were encountered: