chore: Fix lint warnings (#190)

* apply code formatting
* fix clippy warnings
This commit is contained in:
Santiago Carmuega 2022-09-13 08:41:43 -03:00 committed by GitHub
parent 2495903434
commit 6451da1e72
4 changed files with 6 additions and 6 deletions

View file

@ -609,7 +609,7 @@ impl<'b> From<MintedBlock<'b>> for Block {
.to_vec()
.into_iter()
.map(|x| x.unwrap())
.map(|x| WitnessSet::from(x))
.map(WitnessSet::from)
.collect(),
auxiliary_data_set: x
.auxiliary_data_set