Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Jul 31, 2023
1 parent f11509a commit 053b781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/hord-cli/src/hord/mod.rs
Expand Up @@ -1774,7 +1774,7 @@ pub fn update_storage_and_augment_bitcoin_block_with_inscription_reveal_data_tx(
} else {
latest_cursed_inscription_number - 1
};
inscription.curse_type = Some(OrdinalInscriptionCurseType::Reinscription);
inscription.curse_type = Some(OrdinalInscriptionCurseType::Batch);

if !is_cursed {
ordinals_events_indexes_to_curse.push_front(ordinal_event_index);
Expand Down

0 comments on commit 053b781

Please sign in to comment.