mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Trivial: fix comments referencing AppInit2
It was refactored into multiple functions in
0cc8b6bc44.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user