fixes and version update for final 1.0.0 build

This commit is contained in:
Yeastplume 2019-06-05 22:35:23 +01:00
parent ea4849a05f
commit 3136812831
No known key found for this signature in database
GPG key ID: AE6E005DF6E76B95

View file

@ -70,7 +70,9 @@ fn get_outputs_by_pmmr_index_local(
outputs: outputs
.2
.iter()
.map(|x| api::OutputPrintable::from_output(x, chain.clone(), None, true, false).unwrap())
.map(|x| {
api::OutputPrintable::from_output(x, chain.clone(), None, true, false).unwrap()
})
.collect(),
}
}