Skip to content

Commit

Permalink
[FAB-6067] Test: update LTE tool
Browse files Browse the repository at this point in the history
This CR updates the LTE tool to conform with the changes to
ledger_interface.go and should resolve the CI test errors.

Change-Id: I679f96aaaf5331bab59146f4e6fe3c9a56de07fe
Signed-off-by: Adnan Choudhury <[email protected]>
  • Loading branch information
adnan-c committed Sep 14, 2017
1 parent 93e66e6 commit f2a0a54
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 f2a0a54

Please sign in to comment.