Skip to content

Commit

Permalink
Fixed HSM Library Upgrade Path for 2.5.x Scenario (#195)
Browse files Browse the repository at this point in the history
Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
Co-authored-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
  • Loading branch information
shoaebjindani and Shoaeb Jindani committed May 28, 2024
1 parent a474498 commit 8a1c4b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/offering/base/orderer/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -1574,6 +1574,9 @@ func (n *Node) FabricOrdererMigrationV2_5(instance *current.IBPOrderer) error {
return err
}

initOrderer.UsingHSMProxy = instance.UsingHSMProxy()


ordererConfig, err := v25ordererconfig.ReadOrdererFile(n.Config.OrdererInitConfig.OrdererV25File)
if err != nil {
return errors.Wrap(err, "failed to read v2.5.x default config file")
Expand Down

0 comments on commit 8a1c4b2

Please sign in to comment.