mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-24 14:35:47 +00:00
fixed linter issues
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
074b10948a
commit
8e2b9e8a35
@ -17,7 +17,6 @@ func CmdDistributions() *cobra.Command {
|
||||
Short: "Query distributions",
|
||||
Args: cobra.ExactArgs(0),
|
||||
RunE: func(cmd *cobra.Command, args []string) (err error) {
|
||||
|
||||
clientCtx, err := client.GetClientQueryContext(cmd)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
@ -14,7 +14,6 @@ import (
|
||||
func TestQueryDistribtions(t *testing.T) {
|
||||
keeper, ctx := keepertest.DaoKeeper(t)
|
||||
wctx := sdk.WrapSDKContext(ctx)
|
||||
//var popEpochs int64 = 24
|
||||
distributions := createNDistributionOrder(keeper, ctx, 20)
|
||||
for _, tc := range []struct {
|
||||
desc string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user