tree checksum vpatch file split hunks
all signers: mircea_popescu trinque ben_vulpes mod6 asciilifeform
antecedents: asciilifeform-programmable-versionstring asciilifeform_malleus_mikehearnificarum
press order:
patch:
(17 . 6)(17 . 8)
5 // Global state
6 //
7
8 int VERSION = DEFAULT_CLIENT_VERSION;
9
10 CCriticalSection cs_setpwalletRegistered;
11 set<CWallet*> setpwalletRegistered;
12
- 3B61E200EFE4B17A7F5384E13AB2A1A5E0A74FCE0A097802D5E32BB5D74F88FA6E018F56C36CA9198D726A3A78168F87A6181D498CB7A388BC1F3ADEFA7CD93F(44 . 7)(44 . 7)
17 class CAutoFile;
18 static const unsigned int MAX_SIZE = 0x02000000;
19
20 static int VERSION = DEFAULT_CLIENT_VERSION;
21 extern int VERSION;
22
23 // Used to bypass the rule against non-const reference to temporary
24 // where it makes sense with wrappers such as CFlatData or CTxDB