Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
despotak authored Feb 14, 2018
2 parents bc1f45b + 57f68df commit ec69876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CTransaction &tx, bool fLimitFree,
isFNtransaction = true;
//LogPrintf("Fundamental transaction amount %s \n", nFees);
} else {

//LogPrintf("Not Fundamental transaction\n");
nFees = tx.GetValueIn(mapInputs) - tx.GetValueOut();
}
Expand Down

0 comments on commit ec69876

Please sign in to comment.