Skip to content

Commit 96f6f71

Browse files
committed
Merge pull request #4304
02bec4b Fix compiler warnings (Drak)
2 parents db41541 + 02bec4b commit 96f6f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/miner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ class COrphan
6565
public:
6666
const CTransaction* ptx;
6767
set<uint256> setDependsOn;
68-
double dPriority;
6968
CFeeRate feeRate;
69+
double dPriority;
7070

7171
COrphan(const CTransaction* ptxIn) : ptx(ptxIn), feeRate(0), dPriority(0)
7272
{

0 commit comments

Comments
 (0)