Post
Topic
Board Announcements (Altcoins)
Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet |
by
elbandi
on 04/11/2014, 00:35:37 UTC
i was looking into the source (btw latest is missing from github Roll Eyes ), here are some suggestion:

You can remove this condition:
https://github.com/SecuritySystemTeam/securitysyscoin/blob/master/src/net.cpp#L1506
Code:
if (!pnode->fClient && !pnode->fOneShot &&
            !pnode->fDisconnect && pnode->fSuccessfullyConnected &&
            (pnode->nStartingHeight > (nBestHeight - 144))) {

and the constans from version.h
It was a btc wallet issue, your wallet is not affected.

Same with CADDR_TIME_VERSION:
https://github.com/SecuritySystemTeam/securitysyscoin/blob/master/src/version.h#L35
https://github.com/SecuritySystemTeam/securitysyscoin/blob/master/src/main.cpp#L3543
(remove if, but stay the {} statement!, you need the PushMessage call and fGetAddr set)

https://github.com/SecuritySystemTeam/securitysyscoin/blob/master/src/main.cpp#L3592
(remove if+return)

https://github.com/SecuritySystemTeam/securitysyscoin/blob/master/src/main.cpp#L3628
(remove if+continue)