Skip to content

Commit

Permalink
Delete old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniallugo committed Feb 15, 2021
1 parent 934deda commit ecfdced
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/bin/data_restore/src/contract/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ pub struct ZkSyncDeployedContract<T: Transport> {

impl<T: Transport> ZkSyncDeployedContract<T> {
/// Returns total number of verified blocks on Rollup contract
///
/// # Arguments
///
/// * `web3` - Web3 provider url
/// * `zksync_contract` - Rollup contract
///
pub async fn get_total_verified_blocks(&self) -> u32 {
use ZkSyncContractVersion::*;
let func = match self.version {
Expand Down

0 comments on commit ecfdced

Please sign in to comment.