diff --git a/x/distribution/alias.go b/x/distribution/alias.go index d55d88dd3..de6f269e6 100644 --- a/x/distribution/alias.go +++ b/x/distribution/alias.go @@ -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 ( @@ -12,6 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/x/distribution/types" ) +// nolint + const ( DefaultParamspace = keeper.DefaultParamspace DefaultCodespace = types.DefaultCodespace diff --git a/x/distribution/doc.go b/x/distribution/doc.go new file mode 100644 index 000000000..8b9966c05 --- /dev/null +++ b/x/distribution/doc.go @@ -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