mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
commit
96f6f718e4
@ -65,8 +65,8 @@ class COrphan
|
|||||||
public:
|
public:
|
||||||
const CTransaction* ptx;
|
const CTransaction* ptx;
|
||||||
set<uint256> setDependsOn;
|
set<uint256> setDependsOn;
|
||||||
double dPriority;
|
|
||||||
CFeeRate feeRate;
|
CFeeRate feeRate;
|
||||||
|
double dPriority;
|
||||||
|
|
||||||
COrphan(const CTransaction* ptxIn) : ptx(ptxIn), feeRate(0), dPriority(0)
|
COrphan(const CTransaction* ptxIn) : ptx(ptxIn), feeRate(0), dPriority(0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user