Merge pull request #4304

02bec4b Fix compiler warnings (Drak)
This commit is contained in:
Wladimir J. van der Laan 2014-06-07 14:45:54 +02:00
commit 96f6f718e4
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 1 deletions

View File

@ -65,8 +65,8 @@ class COrphan
public:
const CTransaction* ptx;
set<uint256> setDependsOn;
double dPriority;
CFeeRate feeRate;
double dPriority;
COrphan(const CTransaction* ptxIn) : ptx(ptxIn), feeRate(0), dPriority(0)
{