We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a474498 commit 8a1c4b2Copy full SHA for 8a1c4b2
pkg/offering/base/orderer/node.go
@@ -1574,6 +1574,9 @@ func (n *Node) FabricOrdererMigrationV2_5(instance *current.IBPOrderer) error {
1574
return err
1575
}
1576
1577
+ initOrderer.UsingHSMProxy = instance.UsingHSMProxy()
1578
+
1579
1580
ordererConfig, err := v25ordererconfig.ReadOrdererFile(n.Config.OrdererInitConfig.OrdererV25File)
1581
if err != nil {
1582
return errors.Wrap(err, "failed to read v2.5.x default config file")
0 commit comments