Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeancarloBarrios committed Jun 29, 2022
1 parent 675dd40 commit 1d4f9fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions depinject/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,11 @@ func NewSimApp(
db dbm.DB,
traceStore io.Writer,
loadLatest bool,
invCheckPeriod uint,
encodingConfig simappparams.EncodingConfig,
appOpts servertypes.AppOptions,
baseAppOptions ...func(*baseapp.BaseApp),
) *SimApp {
app := &SimApp{
invCheckPeriod: invCheckPeriod,
}
app := &SimApp{}

var (
appBuilder *runtime.AppBuilder
Expand Down

0 comments on commit 1d4f9fe

Please sign in to comment.