Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
oleganza committed Jul 11, 2019
1 parent a5e4a25 commit e774f4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion zkvm/src/blockchain/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,11 @@ impl BlockchainState {

let mut work_forest = self.utreexo.work_forest();

let nit_proofs = apply_nits(self.tip.id(), nits.iter().map(|(qty, pred)| (*qty, pred.clone())), &mut work_forest);
let nit_proofs = apply_nits(
self.tip.id(),
nits.iter().map(|(qty, pred)| (*qty, pred.clone())),
&mut work_forest,
);

let txroot = apply_txs(
block_version,
Expand Down

0 comments on commit e774f4d

Please sign in to comment.