Skip to content

Commit

Permalink
upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler committed Jun 9, 2023
1 parent df109ce commit bb9d1c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/upgrades/v1.0.2-pion-1-upgrade/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func MigratePendingDataPackets(ctx sdk.Context, consumerStoreKey store.Key) {
}

store.Set([]byte{types.PendingDataPacketsBytePrefix}, oldData)
store.Delete([]byte{types.PendingDataPacketsByteKey}) // remove old data
}

// OldGetAllCCValidator reads validators under old keys
Expand Down

0 comments on commit bb9d1c2

Please sign in to comment.