Skip to content

Commit

Permalink
add alias for yParity
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Nov 1, 2024
1 parent 9b36da6 commit e127567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/src/signature/primitive_sig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ mod signature_serde {
struct HumanReadableRepr {
r: U256,
s: U256,
#[serde(rename = "yParity")]
#[serde(rename = "yParity", alias = "v")]
y_parity: U64,
}

Expand Down

0 comments on commit e127567

Please sign in to comment.