Skip to content

Commit

Permalink
chore: add rust toolchain for version mgt, make inner_tx pub (#213)
Browse files Browse the repository at this point in the history
* chore: add rust toolchain for version mgt, update to make inner tx pub again

* chore: change version to reflect ci
  • Loading branch information
dutterbutter authored Nov 6, 2023
1 parent 57ddf94 commit 0a5c833
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions rust-toolchain.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2023-07-23"
components = ["rustfmt", "clippy"]
2 changes: 1 addition & 1 deletion src/node/in_memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ impl<S: ForkSource + std::fmt::Debug + Clone> InMemoryNode<S> {
}

/// Executes the given L2 transaction and returns all the VM logs.
fn run_l2_tx_inner(
pub fn run_l2_tx_inner(
&self,
l2_tx: L2Tx,
execution_mode: TxExecutionMode,
Expand Down

0 comments on commit 0a5c833

Please sign in to comment.