lint fix, add make test_lint

This commit is contained in:
rigelrozanski
2018-04-27 15:20:12 -04:00
parent 260ab69e4f
commit bffb0132a5
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
)
// Handle fee distribution to the validators and delegators
func FeeHandler(ctx sdk.Context, tx sdk.Tx, fee sdk.Coins) {
}