mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-15 14:54:10 +00:00
84ff179cd9
* Fix database sort order for local txs why: For convenience, packed txs were stored in the block sorted by rank->nonce. Using local accounts, the greedy grabber uses the sort order (local,non-local)->rank->nonce which leads to a wrong calculation of the txRoot. * Housekeeping details: Replaced a couple of local eip1559TxNormalization() functions by a single public