Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ynohtna92 committed Apr 27, 2024
1 parent 31b1d17 commit d5d9e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ordinals/src/rune.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl Rune {
Network::Bitcoin => 2675600,
Network::Regtest => 0,
Network::Signet => 0,
Network::Testnet => 0,
Network::Testnet => SUBSIDY_HALVING_INTERVAL * 12,
_ => 0,
}
}
Expand Down

0 comments on commit d5d9e83

Please sign in to comment.