Skip to content

Commit

Permalink
Fixing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slundqui committed Oct 29, 2024
1 parent 4bad46a commit d1cadd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/agent0/hyperfuzz/system_fuzz/run_fuzz_bots.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,10 @@ def run_fuzz_bots(
A mapping between token -> whale addresses to use to fund the fuzz agent.
If the token is not in the mapping, fuzzing will attempt to call `mint` on
the token contract. Defaults to an empty mapping.
accrue_interest_func: Callable[[HyperdriveReadWriteInterface], None] | None, optional
accrue_interest_func: Callable[[HyperdriveReadWriteInterface, FixedPoint], None] | None, optional
A function that will accrue interest on the hyperdrive pool. This function will get called
before and after each set of trades, with the pool's hyperdrive interface as an argument.
It's up to the function itself to maintain the last time interest was accrued.
before and after each set of trades, with the pool's hyperdrive interface and the variable rate
as an argument. It's up to the function itself to maintain the last time interest was accrued.
accrue_interest_rate: FixedPoint | None, optional
The variable rate to be passed into the accrue_interest_func. Note this value is only used when
forking, as variable interest is handled by a mock yield source when simulating.
Expand Down

0 comments on commit d1cadd6

Please sign in to comment.