Skip to content

Commit

Permalink
fix rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
JayT106 committed Oct 12, 2022
1 parent e008018 commit a0013d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/module/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ func (m *Manager) ExportGenesisForModules(ctx sdk.Context, cdc codec.JSONCodec,
return nil, fmt.Errorf("ExportGenesis to file failed, module=%s err=%v", moduleName, err)
}
}

return genesisData, nil
}

// b.
Expand Down

0 comments on commit a0013d2

Please sign in to comment.