Skip to content

Commit

Permalink
Merge pull request cosmos#4024 from cosmos/release/v0.33.1
Browse files Browse the repository at this point in the history
Hotfix release/v0.33.1 (master)
  • Loading branch information
ebuchman authored Apr 3, 2019
2 parents ce82e01 + 32327e8 commit 0f3363e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.33.1

### Bug Fixes

#### Gaia

* [\#3999](https://github.com/cosmos/cosmos-sdk/pull/3999) Fix distribution delegation for zero height export bug

## 0.33.0

BREAKING CHANGES
Expand Down
1 change: 1 addition & 0 deletions cmd/gaia/app/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ func (app *GaiaApp) prepForZeroHeightGenesis(ctx sdk.Context, jailWhiteList []st
// reinitialize all delegations
for _, del := range dels {
app.distrKeeper.Hooks().BeforeDelegationCreated(ctx, del.DelegatorAddress, del.ValidatorAddress)
app.distrKeeper.Hooks().AfterDelegationModified(ctx, del.DelegatorAddress, del.ValidatorAddress)
}

// reset context height
Expand Down

0 comments on commit 0f3363e

Please sign in to comment.