Skip to content

Commit

Permalink
modify params name
Browse files Browse the repository at this point in the history
  • Loading branch information
ink-web3 committed Apr 24, 2024
1 parent 2fd915b commit b633a0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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({
"strategy_name": ss.name,
"strategy_address": ss.address,
"stategy_name": ss.name,
"stategy_address": ss.address,
"node_list": staking_node_list
})
return ok_json(staking_strategies_node_list)
Expand Down
4 changes: 2 additions & 2 deletions hailstone/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"ENGINE": "django.db.backends.postgresql",
"NAME": "hailstone",
"USER": "postgres",
"PASSWORD": "raopeng0514",
"HOST": "localhost",
"PASSWORD": "vVb9NhLYui",
"HOST": "postgresql",
},
}

Expand Down

0 comments on commit b633a0f

Please sign in to comment.