aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoão Barbosa <[email protected]>2018-03-23 00:57:33 +0000
committerJoão Barbosa <[email protected]>2018-03-24 12:15:53 +0000
commitf381299d64784c60cda30be48ea30a6469f05d35 (patch)
treece8224a0c328e5599692f1d74918e1ad0aba2612 /doc
parentInline CKeyStore::AddKey(const CKey &) in CBasicKeyStore (diff)
downloaddiscoin-f381299d64784c60cda30be48ea30a6469f05d35.tar.xz
discoin-f381299d64784c60cda30be48ea30a6469f05d35.zip
Move CKeyStore::cs_KeyStore to CBasicKeyStore
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md
index 8f06ee4ec..ecc993674 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -218,7 +218,7 @@ inconsistencies reported in the debug.log file.
Re-architecting the core code so there are better-defined interfaces
between the various components is a goal, with any necessary locking
-done by the components (e.g. see the self-contained CKeyStore class
+done by the components (e.g. see the self-contained CBasicKeyStore class
and its cs_KeyStore lock for example).
Threads