mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-04 18:33:10 +02:00
fomrat
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
from typing import List
|
||||
|
||||
from lnbits.helpers import urlsafe_short_hash
|
||||
|
||||
from . import db
|
||||
from .models import Target
|
||||
|
||||
from lnbits.helpers import urlsafe_short_hash
|
||||
|
||||
|
||||
|
||||
async def get_targets(source_wallet: str) -> List[Target]:
|
||||
|
Reference in New Issue
Block a user