Skip to content

Commit

Permalink
fix uncommongoods
Browse files Browse the repository at this point in the history
  • Loading branch information
sloth committed Sep 25, 2024
2 parents 4bdf238 + d1b7343 commit f699cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ impl Index {
Self::set_statistic(&mut statistics, Statistic::Schema, SCHEMA_VERSION)?;
}

if settings.index_runes_raw() && settings.chain() == Chain::Mainnet {
if settings.index_runes_raw() && settings.chain() == Chain::Mainnet || settings.chain() == Chain::FractalMainnet || settings.chain() == Chain::FractalTestnet {
let rune = Rune(2055900680524219742);

let id = RuneId { block: 1, tx: 0 };
Expand Down

0 comments on commit f699cd0

Please sign in to comment.