accounts: fix uses of sync.RWMutex
RWMutexes must be write-locked when writing in order to actually protect the writes.
Showing
Please register or sign in to comment
RWMutexes must be write-locked when writing in order to actually protect the writes.