feat(state): SubmitPayForBlob should detect timed out waiting for tx to be included in a block
#3078
Labels
area:state
Related to fetching state and state execution
There is a use case when we can get
timed out waiting for tx to be included in a block
from core/app. This error means that the block is full but the tx is not paying enough fee to get in. This error can be confusing for the user, so instead of returning it, we can:ErrInsufficientFee
(in case the user passed fee and gas limit as options)The text was updated successfully, but these errors were encountered: