Commit 71ad4c98 authored by 陈涛's avatar 陈涛

修改充值记录

parent 91480b21
...@@ -104,7 +104,7 @@ async def get_node_deposit( ...@@ -104,7 +104,7 @@ async def get_node_deposit(
@router.get( @router.get(
"/validator/blocks/{index}/", "/validator/blocks/{pub_key}/",
response_model=PageResponse[ValidatorBlock], response_model=PageResponse[ValidatorBlock],
summary="查询节点blocks", description="") summary="查询节点blocks", description="")
async def get_node_blocks( async def get_node_blocks(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment