Skip to content

Commit 8a1c4b2

Browse files
shoaebjindaniShoaeb Jindani
and
Shoaeb Jindani
authored
Fixed HSM Library Upgrade Path for 2.5.x Scenario (#195)
Signed-off-by: Shoaeb Jindani <[email protected]> Co-authored-by: Shoaeb Jindani <[email protected]>
1 parent a474498 commit 8a1c4b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: pkg/offering/base/orderer/node.go

+3
Original file line numberDiff line numberDiff line change
@@ -1574,6 +1574,9 @@ func (n *Node) FabricOrdererMigrationV2_5(instance *current.IBPOrderer) error {
15741574
return err
15751575
}
15761576

1577+
initOrderer.UsingHSMProxy = instance.UsingHSMProxy()
1578+
1579+
15771580
ordererConfig, err := v25ordererconfig.ReadOrdererFile(n.Config.OrdererInitConfig.OrdererV25File)
15781581
if err != nil {
15791582
return errors.Wrap(err, "failed to read v2.5.x default config file")

0 commit comments

Comments
 (0)