chore: remove x/gov dependencies in x/distr (#16587)

Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
This commit is contained in:
atheeshp
2023-06-19 11:27:10 +00:00
committed by GitHub
co-authored by Matt Kocubinski
parent aeccbc910c
commit 7e0148805a
12 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ package types
import "cosmossdk.io/errors"
var ErrInvalidSigner = errors.Register(ModuleName, 1, "invalid signer")
var ErrInvalidSigner = errors.Register(ModuleName, 1, "expected authority account as only signer for proposal message")