Skip to content

Commit

Permalink
Sanity check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koirikivi committed May 15, 2024
1 parent e5bae1f commit c31df89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge_node/bridge/api/monitor/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def sanity_check(self):
rune_balances[rune_name] += amount

entries = []
for rune_name, balance_raw in rune_balances.keys():
for rune_name, balance_raw in rune_balances.items():
rune = (
self.dbsession.query(
Rune,
Expand Down

0 comments on commit c31df89

Please sign in to comment.