• Jeffrey Wilcke's avatar
    core: transaction nonce recovery fix · b60a2762
    Jeffrey Wilcke authored
    When the transaction state recovery kicked in it assigned the last
    (incorrect) nonce to the pending state which caused transactions with
    the same nonce to occur.
    
    Added test for nonce recovery
    b60a2762
transaction_pool.go 12.8 KB