mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 22:43:06 +08:00
remove extra comments about migrating imports from bitcoin crate
This commit is contained in:
@@ -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::{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user