typo
This commit is contained in:
parent
285bf497b6
commit
a7f572f455
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ async def melt_coins(
|
||||||
|
|
||||||
try:
|
try:
|
||||||
logger.debug(
|
logger.debug(
|
||||||
f"Cashu: Wallet {cashu.wallet} fetting PaymentStatus of {invoice_obj.payment_hash}"
|
f"Cashu: Wallet {cashu.wallet} checking PaymentStatus of {invoice_obj.payment_hash}"
|
||||||
)
|
)
|
||||||
status: PaymentStatus = await check_transaction_status(
|
status: PaymentStatus = await check_transaction_status(
|
||||||
cashu.wallet, invoice_obj.payment_hash
|
cashu.wallet, invoice_obj.payment_hash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue