This commit is contained in:
callebtc
2022-10-05 20:07:11 +02:00
parent 89ebac1c23
commit 792b4566ee
7 changed files with 25 additions and 58 deletions

View File

@@ -1,7 +1,8 @@
import asyncio
from functools import partial, wraps
from cashu.core.settings import LIGHTNING_FEE_PERCENT, LIGHTNING_RESERVE_FEE_MIN
from cashu.core.settings import (LIGHTNING_FEE_PERCENT,
LIGHTNING_RESERVE_FEE_MIN)
def async_wrap(func):