Skip to content

Commit

Permalink
chore: wrong link in adr-001-network-upgrades.md
Browse files Browse the repository at this point in the history
Signed-off-by: SihanoukSolver29 <150921296+SihanoukSolver29@users.noreply.github.com>
  • Loading branch information
SihanoukSolver29 committed Jan 3, 2025
1 parent d16d266 commit bb32439
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 bb32439

Please sign in to comment.