We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91a7b6 commit 34d2074Copy full SHA for 34d2074
vote-interface/src/state/vote_instruction_data.rs
@@ -213,7 +213,7 @@ pub struct VoteInitV2 {
213
pub node_pubkey: Pubkey,
214
pub authorized_voter: Pubkey,
215
#[cfg_attr(feature = "serde", serde_as(as = "[_; BLS_PUBLIC_KEY_COMPRESSED_SIZE]"))]
216
- pub authorized_voter_bls_pubkey: [u8; BLS_PUBLIC_KEY_COMPRESSED_SIZE],
+ pub authorized_voter_bls_pubkey: [u8; BLS_PUBLIC_KEY_COMPRESSED_SIZE],
217
#[cfg_attr(feature = "serde", serde_as(as = "[_; BLS_SIGNATURE_COMPRESSED_SIZE]"))]
218
pub authorized_voter_bls_proof_of_possession: [u8; BLS_SIGNATURE_COMPRESSED_SIZE],
219
pub authorized_withdrawer: Pubkey,
0 commit comments