Skip to content

Commit

Permalink
fix Onchain.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Jun 26, 2024
1 parent 908296b commit 64dd09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Echidna/Onchain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ toFetchedContractData contract =
}

-- | Try to load the persisted RPC cache.
-- TODO: we use the corpus dir for now, think where to place it
-- TODO: we use the corpus dir for now, think about where to place it
loadRpcCache :: Env -> IO ()
loadRpcCache Env { cfg, fetchContractCache, fetchSlotCache } =
case cfg.campaignConf.corpusDir of
Expand Down

0 comments on commit 64dd09a

Please sign in to comment.