Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Oct 11, 2024
1 parent 7371e4a commit bc5e4a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brownie/runlogs/2024_10_strategist.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def main():
)
)

amo_snapsnot()
amo_snapshot()
swapWeth = True
swapAmount = 0
minAmount = swapAmount * 0.98
Expand All @@ -260,7 +260,7 @@ def main():

txs.append(vault_value_checker.checkDelta(profit, (1 * 10**18), vault_change, (1 * 10**18), {'from': OETHB_STRATEGIST}))

amo_snapsnot()
amo_snapshot()
print("--------------------")
print("Profit ", c18(profit), profit)
print("Vault Change ", c18(vault_change), vault_change)
Expand Down

0 comments on commit bc5e4a9

Please sign in to comment.