This website works better with JavaScript.
Home
Help
Sign In
starwels
/
starwels
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Merge pull request
#4304
02bec4b
Fix compiler warnings (Drak)
tags/v0.15.1
Wladimir J. van der Laan
6 years ago
parent
db41541bc2
02bec4b268
commit
96f6f718e4
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/miner.cpp
+ 1
- 1
src/miner.cpp
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)
{
Write
Preview
Loading…
Cancel
Save