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 evm_mine always produces an empty block without looking at the mempool. This shouldn't be the case - we want evm_mine to take whatever it can from the mempool and produce a block that way; sort of how immediate sealing mode works in #392.
The text was updated successfully, but these errors were encountered:
Currently
evm_mine
always produces an empty block without looking at the mempool. This shouldn't be the case - we wantevm_mine
to take whatever it can from the mempool and produce a block that way; sort of how immediate sealing mode works in #392.The text was updated successfully, but these errors were encountered: