Match zcashd's getblockchaininfo capitalisation for NU5 (#7454)
This commit is contained in:
parent
17c7aa9fa0
commit
6eefd4608b
|
@ -45,8 +45,9 @@ pub enum NetworkUpgrade {
|
|||
Canopy,
|
||||
/// The Zcash protocol after the Nu5 upgrade.
|
||||
///
|
||||
/// Note: Network Upgrade 5 includes the Orchard Shielded Protocol, and
|
||||
/// other changes. The Nu5 code name has not been chosen yet.
|
||||
/// Note: Network Upgrade 5 includes the Orchard Shielded Protocol, non-malleable transaction
|
||||
/// IDs, and other changes. There is no special code name for Nu5.
|
||||
#[serde(rename = "NU5")]
|
||||
Nu5,
|
||||
}
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ expression: info
|
|||
"status": "pending"
|
||||
},
|
||||
"c2d6d0b4": {
|
||||
"name": "Nu5",
|
||||
"name": "NU5",
|
||||
"activationheight": 1687104,
|
||||
"status": "pending"
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ expression: info
|
|||
"status": "pending"
|
||||
},
|
||||
"c2d6d0b4": {
|
||||
"name": "Nu5",
|
||||
"name": "NU5",
|
||||
"activationheight": 1842420,
|
||||
"status": "pending"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue