![]() |
Master Core
v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
|
Public Member Functions | |
COrphan (const CTransaction *ptxIn) | |
void | print () const |
Data Fields | |
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().