mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-02-01 17:01:10 +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
|
outputs: outputs
|
||||||
.2
|
.2
|
||||||
.iter()
|
.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(),
|
.collect(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue