Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Update core logic
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonLewis committed Oct 18, 2023
1 parent 3a08c17 commit 27d3114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KIPs/kip-149.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ The Registry deployment is executed at the `Finalize` function, which means the
// Note that it is deployed at the parent block of the kip-149 fork block
if chain.Config().IsKIP149ForkBlockParent(header.Number) {
// Inject the bytecode for the Registry and the state of owner and pre-deployed system contracts
err := registry.InstallRegistry(state)
err := registry.InstallRegistry(state, chain.Config().RegistryInit)
if err != nil {
logger.Error("failed to set the registry contract code", "err", err)
} else {
Expand Down

0 comments on commit 27d3114

Please sign in to comment.