Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Jul 26, 2024
1 parent 3825fc3 commit abc0366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chia-consensus/src/npc_result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ use chia_protocol::SpendBundle;
use clvm_utils::{tree_hash_cached, TreeHash};
use clvmr::allocator::{Allocator, NodePtr};
use clvmr::chia_dialect::ChiaDialect;
use clvmr::chia_dialect::LIMIT_HEAP;
use clvmr::reduction::Reduction;
use clvmr::run_program::run_program;
use clvmr::serde::node_from_bytes;
use std::collections::{HashMap, HashSet};
use clvmr::chia_dialect::LIMIT_HEAP;

pub fn get_name_puzzle_conditions(
spend_bundle: &SpendBundle,
Expand Down

0 comments on commit abc0366

Please sign in to comment.