Alfonso de la Rocha
1 min readMay 11, 2018

--

Exactly, by removing the transaction queue we lose every pending transaction. We could try to find all the transactions with wrong gas blocking the queue, but there is not an easy way of doing this. We even tried to resend a transaction with the same nonce of the blocking transaction and a correct amount of gas, but this does not unblock the queue either.

Fortunately, in latest versions of Quorum, this gas problem seems to have been solved.

--

--