Update zebra-chain/src/parameters/network_upgrade.rs

Co-authored-by: Marek <mail@marek.onl>
This commit is contained in:
Arya 2024-04-18 10:13:53 -04:00 committed by GitHub
parent fb2d13a706
commit fea2162419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -321,10 +321,10 @@ impl NetworkUpgrade {
/// Returns the activation height for this network upgrade on `network`, or
///
/// Returns the activation height of the first network upgrade that relies
/// on this network upgrade if there is no activation height for this network upgrade
/// Returns the activation height of the first network upgrade that follows
/// this network upgrade if there is no activation height for this network upgrade
/// such as on Regtest or a configured Testnet where multiple network upgrades have the
/// same activation height, or if one is omitted when others that rely on it are included.
/// same activation height, or if one is omitted when others that follow it are included.
///
/// Returns None if this network upgrade is a future upgrade, and its
/// activation height has not been set yet.