Skip to content

Commit

Permalink
Merge branch 'main' into dev-6042
Browse files Browse the repository at this point in the history
  • Loading branch information
MuthuSundaravadivel authored May 31, 2024
2 parents e0024b9 + 8a1c4b2 commit 3a08a89
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 3a08a89

Please sign in to comment.