Skip to content

Commit

Permalink
Remove more useless obfuscation code
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed May 15, 2019
1 parent 3bb5c76 commit eed0a1d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1,977 deletions.
4 changes: 0 additions & 4 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1950,10 +1950,6 @@ bool AppInit2()
obfuScationDenominations.push_back((10 * COIN) + 10000);
obfuScationDenominations.push_back((1 * COIN) + 1000);
obfuScationDenominations.push_back((.1 * COIN) + 100);
/* Disabled till we need them
obfuScationDenominations.push_back( (.01 * COIN)+10 );
obfuScationDenominations.push_back( (.001 * COIN)+1 );
*/

obfuScationPool.InitCollateralAddress();

Expand Down
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6875,7 +6875,6 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
}
} else {
//probably one the extensions
//obfuScationPool.ProcessMessageObfuscation(pfrom, strCommand, vRecv);
mnodeman.ProcessMessage(pfrom, strCommand, vRecv);
budget.ProcessMessage(pfrom, strCommand, vRecv);
masternodePayments.ProcessMessageMasternodePayments(pfrom, strCommand, vRecv);
Expand Down
Loading

0 comments on commit eed0a1d

Please sign in to comment.