Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
zistvan-public
StreamChain Prototype
Commits
53c70a84
Commit
53c70a84
authored
Jul 01, 2017
by
Artem Barger
Committed by
Gerrit Code Review
Jul 01, 2017
Browse files
Merge "[FAB-5103] unused code in common packages"
parents
acb9969a
8c6965ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
common/mocks/peer/mockccstream.go
View file @
53c70a84
...
...
@@ -55,7 +55,6 @@ type MockCCComm struct {
name
string
bailOnError
bool
keepAlive
*
pb
.
ChaincodeMessage
sendOnRecv
*
pb
.
ChaincodeMessage
recvStream
chan
*
pb
.
ChaincodeMessage
sendStream
chan
*
pb
.
ChaincodeMessage
respIndex
int
...
...
common/tools/configtxlator/rest/router.go
View file @
53c70a84
...
...
@@ -18,11 +18,8 @@ package rest
import
(
"github.com/gorilla/mux"
"github.com/op/go-logging"
)
var
logger
=
logging
.
MustGetLogger
(
"configtxlator/rest"
)
func
NewRouter
()
*
mux
.
Router
{
router
:=
mux
.
NewRouter
()
.
StrictSlash
(
true
)
router
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment