Skip to content

Commit

Permalink
'make format'
Browse files Browse the repository at this point in the history
  • Loading branch information
cwgoes committed Jul 5, 2018
1 parent 3e980a3 commit d962dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion x/slashing/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/auth"
"github.com/cosmos/cosmos-sdk/x/bank"
"github.com/cosmos/cosmos-sdk/x/params"
"github.com/cosmos/cosmos-sdk/x/mock"
"github.com/cosmos/cosmos-sdk/x/params"
"github.com/cosmos/cosmos-sdk/x/stake"
"github.com/stretchr/testify/require"
abci "github.com/tendermint/tendermint/abci/types"
Expand Down
4 changes: 2 additions & 2 deletions x/slashing/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ var (
// TODO Temporarily set to 40000 blocks for testnets
defaultSignedBlocksWindow int64 = 40000

// TODO Temporarily set to 10 minutes for testnets
defaultDowntimeUnbondDuration int64 = 60 * 10
// TODO Temporarily set to five minutes for testnets
defaultDowntimeUnbondDuration int64 = 60 * 5

// TODO Temporarily set to 50% for testnets
defaultMinSignedPerWindow sdk.Rat = sdk.NewRat(1, 2)
Expand Down

0 comments on commit d962dd9

Please sign in to comment.