![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
Public Member Functions | |
COrphan (const CTransaction *ptxIn) | |
void | print () const |
Public Attributes | |
const CTransaction * | ptx |
set< uint256 > | setDependsOn |
double | dPriority |
double | dFeePerKb |
|
inline |
|
inline |
Definition at line 70 of file miner.cpp.
References dFeePerKb, dPriority, CTransaction::GetHash(), LogPrintf, and base_uint< BITS >::ToString().
double COrphan::dFeePerKb |
Definition at line 62 of file miner.cpp.
Referenced by CreateNewBlock(), and print().
double COrphan::dPriority |
Definition at line 61 of file miner.cpp.
Referenced by CreateNewBlock(), and print().
const CTransaction* COrphan::ptx |
Definition at line 59 of file miner.cpp.
Referenced by CreateNewBlock().
set<uint256> COrphan::setDependsOn |
Definition at line 60 of file miner.cpp.
Referenced by CreateNewBlock().