mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-15 12:10:12 +02:00
fix: /lightning/list-onchain-tx route naming
This commit is contained in:
parent
21f0f389e3
commit
93d3fe3d51
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ async def getwalletbalance():
|
|||
|
||||
@router.get(
|
||||
"/list-onchain-tx",
|
||||
name=f"{_PREFIX}.decode-pay-req",
|
||||
name=f"{_PREFIX}.list-onchain-tx",
|
||||
summary="Lists all onchain transactions from the wallet",
|
||||
response_model=List[OnChainTransaction],
|
||||
response_description="A list of all on-chain transactions made.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue