Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
ilitteri committed Dec 20, 2023
1 parent 945f993 commit 63580b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/zksync_core/src/eth_sender/eth_tx_aggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ impl EthTxAggregator {
f.encode_input(&op.get_eth_tx_args())
}
}
.expect("Failed to encode transaction data")
}

pub(super) async fn save_eth_tx(
Expand Down

0 comments on commit 63580b6

Please sign in to comment.