mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-21 03:21:08 +03:00
fixes and version update for final 1.0.0 build
This commit is contained in:
parent
ea4849a05f
commit
3136812831
1 changed files with 3 additions and 1 deletions
|
@ -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(),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue