Skip to content

Commit

Permalink
Merge branch 'dev' into deniallugo-fix-priority-op-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniallugo authored May 23, 2022
2 parents 1810544 + 06918e1 commit fae1a30
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -120,7 +120,7 @@ impl BlocksExecuteOperation {

pub fn get_eth_tx_args(&self) -> Vec<Token> {
// Does not make automatic withdrawals in execute operation
let complete_withdrawals = Token::Bool(true);
let complete_withdrawals = Token::Bool(false);
vec![
Token::Array(
self.blocks
Expand Down

0 comments on commit fae1a30

Please sign in to comment.