Skip to content

Commit 80e851c

Browse files
committed
fix: cargo shear
1 parent f69be53 commit 80e851c

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/block_kes_validator/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ hex = { workspace = true }
1919
imbl = { workspace = true }
2020
tokio = { workspace = true }
2121
tracing = { workspace = true }
22-
serde_json = { workspace = true }
23-
serde = { workspace = true }
2422
thiserror = "2.0.17"
2523
pallas = { workspace = true }
2624

processes/omnibus/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ use tracing::info;
1111
use acropolis_module_accounts_state::AccountsState;
1212
use acropolis_module_address_state::AddressState;
1313
use acropolis_module_assets_state::AssetsState;
14+
use acropolis_module_block_kes_validator::BlockKesValidator;
1415
use acropolis_module_block_unpacker::BlockUnpacker;
1516
use acropolis_module_block_vrf_validator::BlockVrfValidator;
1617
use acropolis_module_chain_store::ChainStore;
@@ -121,6 +122,7 @@ pub async fn main() -> Result<()> {
121122
Consensus::register(&mut process);
122123
ChainStore::register(&mut process);
123124
BlockVrfValidator::register(&mut process);
125+
BlockKesValidator::register(&mut process);
124126

125127
Clock::<Message>::register(&mut process);
126128
RESTServer::<Message>::register(&mut process);

0 commit comments

Comments
 (0)