Skip to content

Commit

Permalink
Merge PR #5417: Update distribution module doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez authored Dec 17, 2019
1 parent 3471256 commit 908fd2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 2 additions & 6 deletions x/distribution/alias.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// nolint
// autogenerated code using github.com/rigelrozanski/multitool
// aliases generated for the following subdirectories:
// ALIASGEN: github.com/cosmos/cosmos-sdk/x/distribution/keeper
// ALIASGEN: github.com/cosmos/cosmos-sdk/x/distribution/types
// ALIASGEN: github.com/cosmos/cosmos-sdk/x/distribution/client
package distribution

import (
Expand All @@ -12,6 +6,8 @@ import (
"github.com/cosmos/cosmos-sdk/x/distribution/types"
)

// nolint

const (
DefaultParamspace = keeper.DefaultParamspace
DefaultCodespace = types.DefaultCodespace
Expand Down
6 changes: 6 additions & 0 deletions x/distribution/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
Package distribution implements a Cosmos SDK module, that provides an implementation
of the F1 fee distribution algorithm. It handles reward tracking, allocation, and
distribution. Please refer to the specification under /spec for further information.
*/
package distribution

0 comments on commit 908fd2b

Please sign in to comment.