Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
Julien Robert
parent
914e4e5136
commit
4076c6a918
@@ -46,7 +46,6 @@ func Example() {
|
||||
authtypes.ProtoBaseAccount,
|
||||
map[string][]string{minttypes.ModuleName: {authtypes.Minter}},
|
||||
addresscodec.NewBech32Codec("cosmos"),
|
||||
addresscodec.NewBech32Codec("cosmosvaloper"),
|
||||
"cosmos",
|
||||
authority,
|
||||
)
|
||||
@@ -136,7 +135,6 @@ func Example_oneModule() {
|
||||
authtypes.ProtoBaseAccount,
|
||||
map[string][]string{minttypes.ModuleName: {authtypes.Minter}},
|
||||
addresscodec.NewBech32Codec("cosmos"),
|
||||
addresscodec.NewBech32Codec("cosmosvaloper"),
|
||||
"cosmos",
|
||||
authority,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user