Commit 9d67ddd 1 parent 7c1934a commit 9d67ddd Copy full SHA for 9d67ddd
File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -102,12 +102,6 @@ func main() {
102
102
// Init the MSP
103
103
var mspMgrConfigDir = viper .GetString ("peer.mspConfigPath" )
104
104
var mspID = viper .GetString ("peer.localMspId" )
105
-
106
- if mspID != "DEFAULT" { // FIXME: remove this line as soon as GOSSIP GETS the MSP ID from the genesis block
107
- logger .Warning ("Setting mspID to DEFAULT as temporary workaround" ) // FIXME: remove this line as soon as GOSSIP GETS the MSP ID from the genesis block
108
- mspID = "DEFAULT" // FIXME: remove this line as soon as GOSSIP GETS the MSP ID from the genesis block
109
- } // FIXME: remove this line as soon as GOSSIP GETS the MSP ID from the genesis block
110
-
111
105
err = common .InitCrypto (mspMgrConfigDir , mspID )
112
106
if err != nil { // Handle errors reading the config file
113
107
panic (err .Error ())
You can’t perform that action at this time.
0 commit comments