Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tholonious committed Apr 22, 2024
1 parent 48a4c4d commit d892cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -796,13 +796,13 @@ type DeSoParams struct {

// DefaultMempoolCongestionFactorBasisPoints and DefaultPastBlocksCongestionFactorBasisPoints are the default values
// for GlobalParams.MempoolCongestionFactorBasisPoints and GlobalParams.DefaultPastBlocksCongestionFactorBasisPoints.
/// See comments in GlobalParamsEntry for a description of their usage.
/// See comments in DeSoMainnetParams for a description of their usage.
DefaultMempoolCongestionFactorBasisPoints uint64
DefaultPastBlocksCongestionFactorBasisPoints uint64

// DefaultMempoolPriorityPercentileBasisPoints and DefaultPastBlocksPriorityPercentileBasisPoints are the default values
// for GlobalParams.DefaultMempoolPriorityPercentileBasisPoints and GlobalParams.DefaultPastBlocksPriorityPercentileBasisPoints.
// See comments in GlobalParamsEntry for a description of their usage.
// See comments in DeSoMainnetParams for a description of their usage.
DefaultMempoolPriorityPercentileBasisPoints uint64
DefaultPastBlocksPriorityPercentileBasisPoints uint64

Expand Down

0 comments on commit d892cf7

Please sign in to comment.