@@ -12,14 +12,17 @@ message Params {
1212 option (amino.name ) = "txfees/Params" ;
1313 option (gogoproto.equal ) = true ;
1414
15- uint64 max_gas_wanted_per_tx = 1 [(gogoproto.moretags ) = "yaml:\"max_gas_wanted_per_tx\"" ];
16- uint64 high_gas_tx_threshold = 2 [(gogoproto.moretags ) = "yaml:\"high_gas_tx_threshold\"" ];
15+ uint64 max_gas_wanted_per_tx = 1
16+ [ (gogoproto.moretags ) = "yaml:\"max_gas_wanted_per_tx\"" ];
17+ uint64 high_gas_tx_threshold = 2
18+ [ (gogoproto.moretags ) = "yaml:\"high_gas_tx_threshold\"" ];
1719 string min_gas_price_for_high_gas_tx = 3 [
1820 (gogoproto.customtype ) = "cosmossdk.io/math.LegacyDec" ,
1921 (gogoproto.nullable ) = false ,
2022 (gogoproto.moretags ) = "yaml:\"min_gas_price_for_high_gas_tx\""
2123 ];
22- bool mempool1559_enabled = 4 [(gogoproto.moretags ) = "yaml:\"mempool1559_enabled\"" ];
24+ bool mempool1559_enabled = 4
25+ [ (gogoproto.moretags ) = "yaml:\"mempool1559_enabled\"" ];
2326 string min_gas_price = 5 [
2427 (gogoproto.customtype ) = "cosmossdk.io/math.LegacyDec" ,
2528 (gogoproto.nullable ) = false ,
@@ -35,7 +38,7 @@ message Params {
3538 (gogoproto.nullable ) = false ,
3639 (gogoproto.moretags ) = "yaml:\"max_base_fee_multiplier\""
3740 ];
38- int64 reset_interval = 8 [(gogoproto.moretags ) = "yaml:\"reset_interval\"" ];
41+ int64 reset_interval = 8 [ (gogoproto.moretags ) = "yaml:\"reset_interval\"" ];
3942 string max_block_change_rate = 9 [
4043 (gogoproto.customtype ) = "cosmossdk.io/math.LegacyDec" ,
4144 (gogoproto.nullable ) = false ,
0 commit comments