forked from cerc-io/laconicd-deprecated
use cosmos/goces
This commit is contained in:
@@ -60,6 +60,7 @@ func ExportGenesis(ctx sdk.Context, keeper keeper.Keeper) types.GenesisState {
|
||||
|
||||
authorities := keeper.ListNameAuthorityRecords(ctx)
|
||||
authorityEntries := []types.AuthorityEntry{}
|
||||
// #nosec
|
||||
for name, record := range authorities {
|
||||
authorityEntries = append(authorityEntries, types.AuthorityEntry{
|
||||
Name: name,
|
||||
|
||||
Reference in New Issue
Block a user