This commit is contained in:
rigelrozanski 2018-09-20 20:23:07 -04:00
parent 0d9105cf7c
commit 0867ce8656
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ func TestSlashBoth(t *testing.T) {
oldPool := keeper.GetPool(ctx) oldPool := keeper.GetPool(ctx)
validator, found := keeper.GetValidatorByConsPubKey(ctx, PKs[0]) validator, found := keeper.GetValidatorByConsPubKey(ctx, PKs[0])
require.True(t, found) require.True(t, found)
consAddr0 := sdk.ConsAddres(PKs[0].Address()) consAddr0 := sdk.ConsAddress(PKs[0].Address())
keeper.Slash(ctx, consAddr0, 10, 10, fraction) keeper.Slash(ctx, consAddr0, 10, 10, fraction)
// read updating redelegation // read updating redelegation