diff --git a/components/ordhook-core/src/core/protocol/inscription_sequencing.rs b/components/ordhook-core/src/core/protocol/inscription_sequencing.rs index 650b93e..6e86f77 100644 --- a/components/ordhook-core/src/core/protocol/inscription_sequencing.rs +++ b/components/ordhook-core/src/core/protocol/inscription_sequencing.rs @@ -4,7 +4,6 @@ use std::{ sync::Arc, }; -// TODO: add this in chainhook-sdk and import it here? use bitcoin::Network; use chainhook_sdk::utils::Context; use chainhook_types::{ diff --git a/components/ordhook-core/src/core/protocol/satoshi_tracking.rs b/components/ordhook-core/src/core/protocol/satoshi_tracking.rs index 02cb048..01f0f88 100644 --- a/components/ordhook-core/src/core/protocol/satoshi_tracking.rs +++ b/components/ordhook-core/src/core/protocol/satoshi_tracking.rs @@ -1,6 +1,5 @@ use std::collections::HashSet; -// TODO: add this in chainhook-sdk and import it here? use bitcoin::{Address, Network, ScriptBuf}; use chainhook_sdk::utils::Context; use chainhook_types::{ @@ -261,7 +260,6 @@ pub async fn augment_transaction_with_ordinal_transfers( #[cfg(test)] mod test { - // TODO: add this in chainhook-sdk and import it here? use bitcoin::Network; use chainhook_sdk::utils::Context; use chainhook_types::OrdinalInscriptionTransferDestination;