fix: /lightning/list-onchain-tx route naming

This commit is contained in:
Stefan Stammberger 2021-10-31 18:21:46 +01:00
parent 21f0f389e3
commit 93d3fe3d51
No known key found for this signature in database
GPG key ID: 645FA807E935D9D5

View file

@ -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.",