Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tholonious committed Apr 22, 2024
1 parent 9385130 commit a14ce53
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/block_view_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -4460,16 +4460,6 @@ func (gp *GlobalParamsEntry) GetFeeTimeBucketMinimumFeeAndGrowthRateBasisPoints(
return minimumNetworkFeeNanosPerKB, growthRateBasisPoints
}

func ComputeMultiplierFromGrowthRateBasisPoints(growthRateBasisPoints *big.Float) *big.Float {
return NewFloat().Quo(
NewFloat().Add(
NewFloat().SetUint64(10000),
growthRateBasisPoints,
),
NewFloat().SetUint64(10000),
)
}

// This struct holds info on a readers interactions (e.g. likes) with a post.
// It is added to a post entry response in the frontend server api.
type PostEntryReaderState struct {
Expand Down

0 comments on commit a14ce53

Please sign in to comment.