Skip to content

Commit

Permalink
deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Nov 1, 2023
1 parent 9397841 commit 99059cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions block/base/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ type LaneConfig struct {
// used by this lane. NOTE: If this is set to zero, then there is no limit
// on the number of transactions that can be included in the block for this
// lane (up to maxTxBytes as provided by the request). This is useful for the default lane.
//
// Deprecated: MaxBlockSpace exists for historical compatibility
// and should not be used. To access the MaxBlockSpace field for a lane
// use ModuleLaneFetcher interface.
MaxBlockSpace math.LegacyDec

// IgnoreList defines the list of lanes to ignore when processing transactions. This
Expand Down

0 comments on commit 99059cd

Please sign in to comment.