diff options
| author | Marko Bencun <[email protected]> | 2017-02-23 16:38:41 +0900 |
|---|---|---|
| committer | Marko Bencun <[email protected]> | 2017-02-24 09:19:29 +0900 |
| commit | ef9f495e931fad1e356757d6a40092596aa0205c (patch) | |
| tree | 620db571adbb0231123807bf49170504fed38e3f /src/script/sigcache.cpp | |
| parent | Merge #9831: build: force a c++ standard to be specified (diff) | |
| download | discoin-ef9f495e931fad1e356757d6a40092596aa0205c.tar.xz discoin-ef9f495e931fad1e356757d6a40092596aa0205c.zip | |
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 6f364e42d..6f47b725f 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, |