Closed
Description

if a gap-nonce-tx with same from&auth arrived first time, checkDelegationLimit would return at line-618, because this tx has gaped nonce, it couldn't be executed.
And if I want to replace it, checkDelegationLimit would return ErrOutOfOrderTxFromDelegated because it has no pending
And if I want to fix the gap, because the from & the auth has the same address, checkDelegationLimit would return ErrInflightTxLimitReached?