add -stakednotary daemon flag

This commit is contained in:
blackjok3r
2018-11-03 18:32:05 +08:00
parent 5349a582ba
commit 20d6d16399
5 changed files with 23 additions and 7 deletions

View File

@@ -1214,7 +1214,7 @@ bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pbl
if (fExisted || IsMine(tx) || IsFromMe(tx) || noteData.size() > 0)
{
if ( NOTARY_ADDRESS != "" && IS_KOMODO_NOTARY == 1 )
if ( NOTARY_ADDRESS != "" && IS_STAKED_NOTARY == 1 )
{
int numvinIsOurs = 0, numvoutIsOurs = 0; int64_t totalvoutvalue = 0;
for (size_t i = 0; i < tx.vin.size(); i++) {