aboutsummaryrefslogtreecommitdiffstats
path: root/internal/ethapi/addrlock.go
Commit message (Collapse)AuthorAgeFilesLines
* all: update license information (#16089)Felix Lange2018-02-141-1/+1
|
* internal/ethapi: add mutex around signing + nonce assignmentMartin Holst Swende2017-05-301-0/+53
This prevents concurrent assignment of identical nonces when automatic assignment is used.