-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-7500] Remove not used code from the committer
This commit removes old Commit API from committer_impl.go, since it's no longer in use. Change-Id: I08b886e283e903f4daef2abb0bed0540d755b1df Signed-off-by: Artem Barger <bartem@il.ibm.com>
- Loading branch information
Showing
3 changed files
with
10 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ import ( | |
"github.com/hyperledger/fabric/core/ledger/testutil" | ||
|
||
"fmt" | ||
|
||
"github.com/spf13/viper" | ||
) | ||
|
||
|