diff options
author | Marko Bencun <marko.bencun@monetas.net> | 2017-02-23 16:38:41 +0900 |
---|---|---|
committer | Marko Bencun <marko.bencun@monetas.net> | 2017-02-24 09:19:29 +0900 |
commit | ef9f495e931fad1e356757d6a40092596aa0205c (patch) | |
tree | 620db571adbb0231123807bf49170504fed38e3f /src/script/sigcache.cpp | |
parent | 692c9eddba67d5a7ceb85fa4b2632f664c68f418 (diff) |
Trivial: fix comments referencing AppInit2
It was refactored into multiple functions in
0cc8b6bc44bea29e24fa4e13d8a9bbe4f1483680.
Diffstat (limited to 'src/script/sigcache.cpp')
-rw-r--r-- | src/script/sigcache.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/script/sigcache.cpp b/src/script/sigcache.cpp index 6f364e42d1..6f47b725fb 100644 --- a/src/script/sigcache.cpp +++ b/src/script/sigcache.cpp @@ -90,7 +90,8 @@ public: static CSignatureCache signatureCache; } -// To be called once in AppInit2/TestingSetup to initialize the signatureCache +// To be called once in AppInitMain/BasicTestingSetup to initialize the +// signatureCache. void InitSignatureCache() { // nMaxCacheSize is unsigned. If -maxsigcachesize is set to zero, |