Skip to content

Commit

Permalink
feat(jstzd): serialize rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryutamago committed Dec 6, 2024
1 parent 909db37 commit 1318425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/octez/src/async/rollup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use tokio::process::{Child, Command};

const DEFAULT_BINARY_PATH: &str = "octez-smart-rollup-node";

#[derive(Clone, PartialEq, Debug, Deserialize)]
#[derive(Clone, PartialEq, Debug, Deserialize, Serialize)]
pub enum RollupDataDir {
/// Path to the rollup data directory. This directory
/// should contain the kernel pre image files under `wasm_2_0_0/`
Expand Down

0 comments on commit 1318425

Please sign in to comment.