mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-16 20:23:11 +00:00
remove unused common/src/utxo_commitment.rs file
This commit is contained in:
parent
f669f10d9e
commit
c3ca1c4804
@ -6,7 +6,6 @@ pub mod block;
|
||||
pub mod rpc_primitives;
|
||||
pub mod sequencer_client;
|
||||
pub mod transaction;
|
||||
pub mod utxo_commitment;
|
||||
|
||||
//Module for tests utility functions
|
||||
pub mod test_utils;
|
||||
|
||||
@ -1,10 +0,0 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use crate::TreeHashType;
|
||||
|
||||
//ToDo: Update UTXO Commitment model, when it is clear
|
||||
#[derive(Debug, Serialize, Deserialize, Clone)]
|
||||
///General commitment object
|
||||
pub struct UTXOCommitment {
|
||||
pub hash: TreeHashType,
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user