Skip to content

Commit adc0e1f

Browse files
changed a few comments
1 parent e2aac79 commit adc0e1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/burnchains/bitcoin/indexer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,10 +708,10 @@ impl BurnchainIndexer for BitcoinIndexer {
708708
/// Valid epochs include stacks 1.0, stacks 2.0, stacks 2.05, and so on.
709709
///
710710
/// Choose according to:
711-
/// 1) Use the epochs defined on the underlying `BitcoinIndexerConfig`, if they exist.
711+
/// 1) Use the custom epochs defined on the underlying `BitcoinIndexerConfig`, if they exist.
712712
/// 2) Use hard-coded static values, otherwise.
713713
///
714-
/// It is an error to set custom epochs if running on `Mainnet`.
714+
/// It is an error (panic) to set custom epochs if running on `Mainnet`.
715715
fn get_stacks_epochs(&self) -> Vec<StacksEpoch> {
716716
match self.config.epochs {
717717
Some(ref epochs) => {

0 commit comments

Comments
 (0)