You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, BuildNextBlock just adds every transaction to the block, which will be problematic when it's passed any conflicting transactions. We need to instead apply transactions based on feerate, weight, and pegin fees.
The text was updated successfully, but these errors were encountered:
Currently, BuildNextBlock just adds every transaction to the block, which will be problematic when it's passed any conflicting transactions. We need to instead apply transactions based on feerate, weight, and pegin fees.
The text was updated successfully, but these errors were encountered: