Match zcashd's getblockchaininfo capitalisation for NU5 (#7454)

This commit is contained in:
teor 2023-09-06 09:07:26 +10:00 committed by GitHub
parent 17b6d27736
commit 8a3e8f8432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -45,8 +45,9 @@ pub enum NetworkUpgrade {
Canopy, Canopy,
/// The Zcash protocol after the Nu5 upgrade. /// The Zcash protocol after the Nu5 upgrade.
/// ///
/// Note: Network Upgrade 5 includes the Orchard Shielded Protocol, and /// Note: Network Upgrade 5 includes the Orchard Shielded Protocol, non-malleable transaction
/// other changes. The Nu5 code name has not been chosen yet. /// IDs, and other changes. There is no special code name for Nu5.
#[serde(rename = "NU5")]
Nu5, Nu5,
} }

View File

@ -34,7 +34,7 @@ expression: info
"status": "pending" "status": "pending"
}, },
"c2d6d0b4": { "c2d6d0b4": {
"name": "Nu5", "name": "NU5",
"activationheight": 1687104, "activationheight": 1687104,
"status": "pending" "status": "pending"
} }

View File

@ -34,7 +34,7 @@ expression: info
"status": "pending" "status": "pending"
}, },
"c2d6d0b4": { "c2d6d0b4": {
"name": "Nu5", "name": "NU5",
"activationheight": 1842420, "activationheight": 1842420,
"status": "pending" "status": "pending"
} }