remove extra comments about migrating imports from bitcoin crate

This commit is contained in:
ASuciuX
2025-02-19 18:28:44 +02:00
parent 21709b3b57
commit a51382d9c4
2 changed files with 0 additions and 3 deletions

View File

@@ -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::{

View File

@@ -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;