Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
juanbono committed Jan 15, 2024
1 parent 3f5a40c commit 01f45c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ impl<G: L1GasPriceProvider + Send + Sync + 'static> ZksNamespaceT for ZksNamespa
Box::pin(async move { Ok(self_.get_main_contract_impl()) })
}

fn get_native_token_address(&self) -> BoxFuture<Result<Address> > {
fn get_native_token_address(&self) -> BoxFuture<Result<Address>> {
todo!()
}

Expand Down

0 comments on commit 01f45c3

Please sign in to comment.