Skip to content

Commit 58c4b84

Browse files
author
beer-1
committed
add missing comments
1 parent 79ad7c1 commit 58c4b84

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

x/opchild/ante/common_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ func _createTestInput(
297297
bankKeeper,
298298
&oracleKeeper,
299299
sdk.ChainAnteDecorators(
300+
authante.NewValidateBasicDecorator(),
300301
authante.NewSetPubKeyDecorator(accountKeeper),
301302
authante.NewValidateSigCountDecorator(accountKeeper),
302303
authante.NewSigGasConsumeDecorator(accountKeeper, authante.DefaultSigVerificationGasConsumer),

x/opchild/keeper/common_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ func _createTestInput(
330330
bankKeeper,
331331
&oracleKeeper,
332332
sdk.ChainAnteDecorators(
333+
authante.NewValidateBasicDecorator(),
333334
authante.NewSetPubKeyDecorator(accountKeeper),
334335
authante.NewValidateSigCountDecorator(accountKeeper),
335336
authante.NewSigGasConsumeDecorator(accountKeeper, authante.DefaultSigVerificationGasConsumer),

x/opchild/keeper/keeper.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ func NewKeeper(
7676
/*
7777
Should provide the following decorators
7878
sdk.ChainAnteDecorators(
79+
ante.NewValidateBasicDecorator(),
7980
authante.NewSetPubKeyDecorator(accountKeeper),
8081
authante.NewValidateSigCountDecorator(accountKeeper),
8182
authante.NewSigGasConsumeDecorator(accountKeeper, authante.DefaultSigVerificationGasConsumer),

0 commit comments

Comments
 (0)