Skip to content

Commit

Permalink
fix: add compute hashed capability id and change f to 1 (#15687)
Browse files Browse the repository at this point in the history
  • Loading branch information
agparadiso authored Dec 16, 2024
1 parent d0d9e8b commit b1c3395
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func (c *deployAndInitializeCapabilitiesRegistryCommand) Run(args []string) {
panic(innerErr)
}

n.HashedCapabilityIds = [][32]byte{ocrid, ctid}
n.HashedCapabilityIds = [][32]byte{ocrid, ctid, aid}
nodes = append(nodes, n)
}

Expand Down Expand Up @@ -337,7 +337,7 @@ func (c *deployAndInitializeCapabilitiesRegistryCommand) Run(args []string) {
Config: ccfgb,
},
}
_, err = reg.AddDON(env.Owner, ps, cfgs, true, true, 2)
_, err = reg.AddDON(env.Owner, ps, cfgs, true, true, 1)
if err != nil {
log.Printf("workflowDON: failed to AddDON: %s", err)
}
Expand Down

0 comments on commit b1c3395

Please sign in to comment.