Skip to content

Commit

Permalink
unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Jun 20, 2024
1 parent 29d09fa commit 68b8b7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wheel/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ use chia_consensus::merkle_set::compute_merkle_set_root as compute_merkle_root_i
use chia_consensus::merkle_tree::{validate_merkle_proof, MerkleSet};
use chia_consensus::multiprocess_validation::validate_clvm_and_signature;

use chia_consensus::gen::validation_error::ErrorCode;
use chia_protocol::{
BlockRecord, Bytes32, ChallengeBlockInfo, ChallengeChainSubSlot, ClassgroupElement, Coin,
CoinSpend, CoinState, CoinStateFilters, CoinStateUpdate, EndOfSubSlotBundle, Foliage,
Expand Down Expand Up @@ -54,7 +53,6 @@ use pyo3::types::PyTuple;
use pyo3::wrap_pyfunction;
use std::iter::zip;
use std::sync::{Arc, Mutex};
use std::time::Duration;

use crate::run_program::{run_chia_program, serialized_length};

Expand Down

0 comments on commit 68b8b7f

Please sign in to comment.