Skip to content

Commit

Permalink
chore: test build
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Feb 4, 2025
1 parent b81b569 commit 0c485aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/chainhook-sdk/src/observer/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ use crate::observer::{
start_observer_commands_handler, EventObserverConfig, ObserverCommand, ObserverSidecar,
};
use crate::utils::{AbstractBlock, Context};
use chainhook_types::OrdinalInscriptionCharms;
use chainhook_types::{
BitcoinBlockSignaling, BitcoinChainEvent, BitcoinNetwork, BlockchainEvent,
BlockchainUpdatedWithHeaders, OrdinalInscriptionNumber, OrdinalInscriptionRevealData,
Expand Down Expand Up @@ -1164,14 +1165,15 @@ fn test_bitcoin_chainhook_through_reorg() {
metadata: None,
metaprotocol: None,
delegate: None,
parent: None,
parents: vec![],
ordinal_number: cursor,
ordinal_block_height: b.block.block_identifier.index,
ordinal_offset: 0,
tx_index,
transfers_pre_inscription: cursor as u32,
satpoint_post_inscription: format!("{cursor}"),
curse_type: None,
charms: OrdinalInscriptionCharms::none(),
},
))
}
Expand Down

0 comments on commit 0c485aa

Please sign in to comment.