Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbochok committed Jan 14, 2022
1 parent 6bcce50 commit 7676b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/contracts/ZkSync.sol
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ contract ZkSync is UpgradeableMaster, Storage, Config, Events, ReentrancyGuard {
}

/// @dev Executes one block
/// @dev 1. Processes all pending operations (Send Exits, Complete priority requests)
/// @dev 1. Processes all priority operations or save them as pending
/// @dev 2. Finalizes block on Ethereum
/// @dev _executedBlockIdx is index in the array of the blocks that we want to execute together
function executeOneBlock(
Expand Down
2 changes: 1 addition & 1 deletion core/lib/types/src/aggregated_operations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ impl BlocksExecuteOperation {
}

pub fn get_eth_tx_args(&self) -> Vec<Token> {
// make withdrawal in execute operation until the server and frontend are not updated
// make withdrawals in execute operation until the server and frontend are not updated
let complete_withdrawals = Token::Bool(true);
vec![
Token::Array(
Expand Down

0 comments on commit 7676b83

Please sign in to comment.