Skip to content

Commit

Permalink
check 3
Browse files Browse the repository at this point in the history
  • Loading branch information
OsauravO committed Apr 27, 2024
1 parent f37c1c9 commit 2241a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ func Ordering() (uint64, []string, []string) {
var reward uint64 = 0
var allowedTxs []TxInfo
var maxWeight uint64 = 4000000
var targetRatio float64 = 0.8
var targetRatio float64 = 0.99

for _, tx := range txInfo {
if maxWeight >= tx.Weight && float64(reward+tx.Fee)/float64(maxWeight) <= targetRatio {
Expand Down

0 comments on commit 2241a28

Please sign in to comment.