Skip to content

Commit

Permalink
Fix accidental deletes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime committed Mar 4, 2024
1 parent 297b592 commit 7607b9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion protocol/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,9 @@ func (app *App) buildAnteHandler(txConfig client.TxConfig) sdk.AnteHandler {
FeegrantKeeper: app.FeeGrantKeeper,
SigGasConsumer: ante.DefaultSigVerificationGasConsumer,
},
ClobKeeper: app.ClobKeeper,
ClobKeeper: app.ClobKeeper,
Codec: app.appCodec,
AuthStoreKey: app.keys[authtypes.StoreKey],
},
)
if err != nil {
Expand Down

0 comments on commit 7607b9e

Please sign in to comment.