aboutsummaryrefslogtreecommitdiffstats
path: root/internal/ethapi/addrlock.go
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-1/+1
|
* 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.