Skip to content

Commit

Permalink
style: nits
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed Sep 25, 2024
1 parent fb9066f commit dacf9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/appconsts/v3/app_consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ const (
SubtreeRootThreshold int = 64
TxSizeCostPerByte uint64 = 10
GasPerBlobByte uint32 = 8
MaxTxBytes int = 2097152
MaxTxBytes int = 2097152 // 2MG (2 * 1024 * 1024)
)

0 comments on commit dacf9e8

Please sign in to comment.