good morning!!!!

Skip to content
Snippets Groups Projects
Commit 7bb5ac04 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

xeth: added a transact mu

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.
parent cd81356a
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment