Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed Jan 2, 2025
1 parent c07d1b5 commit 4d321a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
| UniswapV2 Pools ||
| UniswapV3 Pools ||
| Balancer Pools ||
| ERC4626 Vaults ||
1 change: 0 additions & 1 deletion src/amms/amm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ pub trait AutomatedMarketMaker {
) -> Result<U256, AMMError>;

// Initializes an empty pool and syncs state up to `block_number`
// TODO: return an error
async fn init<T, N, P>(self, block_number: BlockId, provider: Arc<P>) -> Result<Self, AMMError>
where
Self: Sized,
Expand Down

0 comments on commit 4d321a5

Please sign in to comment.