Skip to content

Commit

Permalink
Fix compilation issue after tendermint-rs update
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Jul 13, 2021
1 parent c90fd43 commit d07b4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/src/ics07_tendermint/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ pub mod test_util {
281_815_u64.try_into().unwrap(),
);

let vs = ValidatorSet::new(vec![v1], Some(v1));
let vs = ValidatorSet::new(vec![v1.clone()], Some(v1));

Header {
signed_header: shdr,
Expand Down

0 comments on commit d07b4e8

Please sign in to comment.