Skip to content

Commit

Permalink
Merge "[FAB-6067] Test: update LTE tool"
Browse files Browse the repository at this point in the history
  • Loading branch information
denyeart authored and Gerrit Code Review committed Sep 19, 2017
2 parents 30e6f49 + f2a0a54 commit 0e495ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools/LTE/chainmgmt/chains.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (c *Chain) startBlockPollingAndCommit() {
if block == nil {
break
}
benchcommon.PanicOnError(c.PeerLedger.Commit(block))
benchcommon.PanicOnError(c.PeerLedger.CommitWithPvtData(&ledger.BlockAndPvtData{Block: block}))
}
}()
}
Expand Down

0 comments on commit 0e495ee

Please sign in to comment.