Skip to content

Commit 053b781

Browse files
author
Ludo Galabru
committed
fix: build error
1 parent f11509a commit 053b781

File tree

1 file changed

+1
-1
lines changed
  • components/hord-cli/src/hord

1 file changed

+1
-1
lines changed

components/hord-cli/src/hord/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ pub fn update_storage_and_augment_bitcoin_block_with_inscription_reveal_data_tx(
17741774
} else {
17751775
latest_cursed_inscription_number - 1
17761776
};
1777-
inscription.curse_type = Some(OrdinalInscriptionCurseType::Reinscription);
1777+
inscription.curse_type = Some(OrdinalInscriptionCurseType::Batch);
17781778

17791779
if !is_cursed {
17801780
ordinals_events_indexes_to_curse.push_front(ordinal_event_index);

0 commit comments

Comments
 (0)