Skip to content

Commit

Permalink
fg
Browse files Browse the repository at this point in the history
  • Loading branch information
humblenginr committed Apr 11, 2024
1 parent 08b4cc3 commit 95000fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mining/mining.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (i Item) HigherPriorityThan(other priorityQueue.Interface) bool {
return i.Priority < other.(Item).Priority
}

var MaxBlockWeight = 4000000 - 100 // 100 is a buffer amount
var MaxBlockWeight = 4000000 - 1000 // 100 is a buffer amount



Expand Down

0 comments on commit 95000fd

Please sign in to comment.