Skip to content

Commit eed0a1d

Browse files
committed
Remove more useless obfuscation code
1 parent 3bb5c76 commit eed0a1d

File tree

7 files changed

+0
-1977
lines changed

7 files changed

+0
-1977
lines changed

src/init.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,10 +1950,6 @@ bool AppInit2()
19501950
obfuScationDenominations.push_back((10 * COIN) + 10000);
19511951
obfuScationDenominations.push_back((1 * COIN) + 1000);
19521952
obfuScationDenominations.push_back((.1 * COIN) + 100);
1953-
/* Disabled till we need them
1954-
obfuScationDenominations.push_back( (.01 * COIN)+10 );
1955-
obfuScationDenominations.push_back( (.001 * COIN)+1 );
1956-
*/
19571953

19581954
obfuScationPool.InitCollateralAddress();
19591955

src/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6875,7 +6875,6 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
68756875
}
68766876
} else {
68776877
//probably one the extensions
6878-
//obfuScationPool.ProcessMessageObfuscation(pfrom, strCommand, vRecv);
68796878
mnodeman.ProcessMessage(pfrom, strCommand, vRecv);
68806879
budget.ProcessMessage(pfrom, strCommand, vRecv);
68816880
masternodePayments.ProcessMessageMasternodePayments(pfrom, strCommand, vRecv);

0 commit comments

Comments
 (0)