Revert "Merge PR #2176: Ensure Legacy Validator Delegation Invariants" (#2197)

This reverts commit df33452490.
This commit is contained in:
Rigel
2018-08-31 00:55:33 -04:00
committed by GitHub
parent df33452490
commit ee0434e5a7
10 changed files with 13 additions and 199 deletions
-5
View File
@@ -135,8 +135,3 @@ func (vs *ValidatorSet) Jail(ctx sdk.Context, pubkey crypto.PubKey) {
func (vs *ValidatorSet) Unjail(ctx sdk.Context, pubkey crypto.PubKey) {
panic("not implemented")
}
// Implements sdk.ValidatorSet
func (vs *ValidatorSet) Delegation(ctx sdk.Context, addrDel, addrVal sdk.AccAddress) sdk.Delegation {
panic("not implemented")
}