Match zcashd's getblockchaininfo capitalisation for NU5 (#7454)
This commit is contained in:
parent
17b6d27736
commit
8a3e8f8432
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ expression: info
|
||||||
"status": "pending"
|
"status": "pending"
|
||||||
},
|
},
|
||||||
"c2d6d0b4": {
|
"c2d6d0b4": {
|
||||||
"name": "Nu5",
|
"name": "NU5",
|
||||||
"activationheight": 1687104,
|
"activationheight": 1687104,
|
||||||
"status": "pending"
|
"status": "pending"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ expression: info
|
||||||
"status": "pending"
|
"status": "pending"
|
||||||
},
|
},
|
||||||
"c2d6d0b4": {
|
"c2d6d0b4": {
|
||||||
"name": "Nu5",
|
"name": "NU5",
|
||||||
"activationheight": 1842420,
|
"activationheight": 1842420,
|
||||||
"status": "pending"
|
"status": "pending"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue