Skip to content

Commit f699cd0

Browse files
author
sloth
committed
fix uncommongoods
2 parents 4bdf238 + d1b7343 commit f699cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ impl Index {
350350
Self::set_statistic(&mut statistics, Statistic::Schema, SCHEMA_VERSION)?;
351351
}
352352

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

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

0 commit comments

Comments
 (0)