Skip to content

Commit

Permalink
Remove un-used constant chaincodeAddrKey
Browse files Browse the repository at this point in the history
The constant chaincodeAddrKey is no longer used.

Safe to merge ;)

Change-Id: I8a268012d6bf5b03f88933938eb5c37db57ab161
Signed-off-by: yacovm <yacovm@il.ibm.com>
  • Loading branch information
yacovm authored and Brett Logan committed Apr 16, 2020
1 parent fe2e12f commit 053c728
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/peer/node/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ import (
)

const (
chaincodeAddrKey = "peer.chaincodeAddress"
chaincodeListenAddrKey = "peer.chaincodeListenAddress"
defaultChaincodePort = 7052
)
Expand Down

0 comments on commit 053c728

Please sign in to comment.