Skip to content

Commit

Permalink
Merge branch 'main' into fix/err
Browse files Browse the repository at this point in the history
  • Loading branch information
troian authored Jan 19, 2025
2 parents 5f67a38 + 27b4e67 commit 4699ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/adr/adr-001-network-upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func migrateDeploymentGroup(fromBz []byte, cdc codec.BinaryCodec) codec.ProtoMar
)
```
2. Once imported, the upgrade will register itself, and `App` will initialize it during startup
3. To deregister obsolete upgrade simply remove respective import from [upgrades/upgrades.go](../upgrades/upgrades.go)
3. To deregister obsolete upgrade simply remove respective import from [upgrades/upgrades.go](../../upgrades/upgrades.go)

##### Testing software upgrade
1. cd `tests/upgrade`
Expand Down

0 comments on commit 4699ca5

Please sign in to comment.