Skip to content

Commit

Permalink
Fix serde names for NU7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed Oct 17, 2024
1 parent 23d9e77 commit e0adb4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zebra-chain/src/parameters/network_upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ pub enum NetworkUpgrade {
#[serde(rename = "NU6")]
Nu6,
/// The Zcash protocol after the NU7 upgrade.
#[serde(rename = "NU7")]
Nu7,
}

Expand Down

0 comments on commit e0adb4c

Please sign in to comment.