Skip to content

Commit

Permalink
modify params returns
Browse files Browse the repository at this point in the history
  • Loading branch information
ink-web3 committed Apr 24, 2024
1 parent b633a0f commit bbc7641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/l3staking/api_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def get_staking_node_list(request):
for node in staking_nodes:
staking_node_list.append(node.as_dict())
staking_strategies_node_list.append({
"stategy_name": ss.name,
"stategy_address": ss.address,
"strategy_name": ss.name,
"strategy_address": ss.address,
"node_list": staking_node_list
})
return ok_json(staking_strategies_node_list)
Expand Down

0 comments on commit bbc7641

Please sign in to comment.