Skip to content

Commit

Permalink
Merge pull request #3 from hyperledger-labs/main
Browse files Browse the repository at this point in the history
Fixed HSM Library Upgrade Path for 2.5.x Scenario (#195)
  • Loading branch information
shoaebjindani authored May 28, 2024
2 parents a474498 + 8a1c4b2 commit 84cf159
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 84cf159

Please sign in to comment.