remove outdated common/src/commitment.rs file

This commit is contained in:
Sergio Chouhy 2025-10-17 15:36:04 -03:00
parent e0fd94152a
commit 983865d31f
2 changed files with 0 additions and 9 deletions

View File

@ -1,8 +0,0 @@
use serde::{Deserialize, Serialize};
use crate::CommitmentHashType;
#[derive(Debug, Serialize, Deserialize, Clone, Default, PartialEq, Eq)]
pub struct Commitment {
pub commitment_hash: CommitmentHashType,
}

View File

@ -3,7 +3,6 @@ use serde::Deserialize;
use sha2::{Digest, Sha256, digest::FixedOutput};
pub mod block;
pub mod commitment;
pub mod execution_input;
pub mod rpc_primitives;
pub mod sequencer_client;