diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-02-24 10:53:24 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-02-24 10:53:32 +0100 |
| commit | dd6e0d630167c1d2acc008f56fdea6cfdb8e6e84 (patch) | |
| tree | f3d80110006edc3ed728711f55bdb8e4802e7f2e /src/script/sigcache.cpp | |
| parent | Merge #9840: Update sendfrom RPC help to correct coin selection misconception (diff) | |
| parent | Trivial: fix comments referencing AppInit2 (diff) | |
| download | discoin-dd6e0d630167c1d2acc008f56fdea6cfdb8e6e84.tar.xz discoin-dd6e0d630167c1d2acc008f56fdea6cfdb8e6e84.zip | |
Merge #9833: Trivial: fix comments referencing AppInit2
ef9f495 Trivial: fix comments referencing AppInit2 (Marko Bencun)
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, |