mirror of https://github.com/ethereum/go-ethereum
Added a transact mutex. The transact mutex will fix an issue where transactions were created with the same nonce resulting in some transactions being dropped. This happened when two concurrent calls would call the `Transact` method (which is OK) which would both call `GetNonce`. While the managed is thread safe it does not help us in this case.pull/1663/head
parent
cd81356ace
commit
7bb5ac045e
Loading…
Reference in new issue