Skip to content

Commit

Permalink
Fix Oracle Snapshot bug
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Aug 31, 2023
1 parent b8d1654 commit de232c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eagleproject/core/blockchain/harvest/snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,8 @@ def ensure_oracle_snapshot(block_number):
price=usd_price,
)
)


return snaps

def ensure_ctoken_snapshot(underlying_symbol, block_number):
ctoken_address = COMPOUND_FOR_SYMBOL.get(underlying_symbol)
Expand Down

0 comments on commit de232c9

Please sign in to comment.