update error message

This commit is contained in:
Solovyov1796 2025-03-11 02:14:51 +08:00
parent c70b0a1c2b
commit e41c65c92d

View File

@ -203,7 +203,7 @@ func (mp *PriorityNonceMempool) Insert(ctx context.Context, tx sdk.Tx) error {
}
if !mp.canInsert(txInfo.sender) {
return errMempoolTooManyTxs
return errors.Wrapf(errMempoolTooManyTxs, "sender %s has too many txs in mempool", txInfo.sender)
}
// init sender index if not exists