Skip to content

Commit

Permalink
Exercise skip_extension_signing set to true in v1 proto
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Mar 6, 2024
1 parent 70455f2 commit dfe7bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cometbft/src/vote/sign_vote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ mod tests {
let svr = SignVoteRequest {
vote,
chain_id: ChainId::from_str("test_chain_id").unwrap(),
skip_extension_signing: false,
skip_extension_signing: true,
};
let mut got = vec![];
let _have = Protobuf::<RawSignVoteRequest>::encode(svr.clone(), &mut got);
Expand Down

0 comments on commit dfe7bdf

Please sign in to comment.