• Jeffrey Wilcke's avatar
    xeth: added a transact mu · 7bb5ac04
    Jeffrey Wilcke authored
    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.
    7bb5ac04
Name
Last commit
Last update
..
frontend.go Loading commit data...
state.go Loading commit data...
types.go Loading commit data...
whisper.go Loading commit data...
whisper_filter.go Loading commit data...
whisper_message.go Loading commit data...
xeth.go Loading commit data...
xeth_test.go Loading commit data...