You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main.cpp
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,12 @@
11
11
#include"init.h"
12
12
#include"ui_interface.h"
13
13
#include"kernel.h"
14
+
#include"zerocoin/Zerocoin.h"
14
15
#include<boost/algorithm/string/replace.hpp>
15
16
#include<boost/filesystem.hpp>
16
17
#include<boost/filesystem/fstream.hpp>
17
18
19
+
18
20
usingnamespacestd;
19
21
usingnamespaceboost;
20
22
@@ -32,6 +34,7 @@ unsigned int nTransactionsUpdated = 0;
32
34
33
35
map<uint256, CBlockIndex*> mapBlockIndex;
34
36
set<pair<COutPoint, unsignedint> > setStakeSeen;
37
+
libzerocoin::Params* ZCParams;
35
38
36
39
CBigNum bnProofOfWorkLimit(~uint256(0) >> 20); // "standard" scrypt target limit for proof of work, results with 0,000244140625 proof-of-work difficulty
37
40
CBigNum bnProofOfStakeLegacyLimit(~uint256(0) >> 24); // proof of stake target limit from block #15000 and until 20 June 2013, results with 0,00390625 proof of stake difficulty
0 commit comments