Skip to content

Commit

Permalink
- merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
StrathCole committed Dec 7, 2024
1 parent b5fbe60 commit 85514a5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 47 deletions.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ import (
v8_3 "github.com/classic-terra/core/v3/app/upgrades/v8_3"

// v9 had been used by tax2gas and has to be skipped
v10_1 "github.com/classic-terra/core/v3/app/upgrades/v10_1"

customante "github.com/classic-terra/core/v3/custom/auth/ante"
custompost "github.com/classic-terra/core/v3/custom/auth/post"
Expand Down Expand Up @@ -93,6 +94,7 @@ var (
v8_1.Upgrade,
v8_2.Upgrade,
v8_3.Upgrade,
v10_1.Upgrade,
}

// Forks defines forks to be applied to the network
Expand Down
20 changes: 0 additions & 20 deletions app/upgrades/v10/constants.go

This file was deleted.

26 changes: 0 additions & 26 deletions app/upgrades/v10/upgrades.go

This file was deleted.

2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

0 comments on commit 85514a5

Please sign in to comment.