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
Before:
We get transactions from pool immediately and propose block with this transactions ASAP. We can propose empty block, in case pool is empty when we propose After:
Get all available transactions from tx_pool, if tx_limit is not reached try to get more transactions during Delta.
The text was updated successfully, but these errors were encountered:
Before:
We get transactions from pool immediately and propose block with this transactions ASAP. We can propose empty block, in case pool is empty when we propose
After:
Get all available transactions from tx_pool, if tx_limit is not reached try to get more transactions during Delta.
The text was updated successfully, but these errors were encountered: