Merge pull request #4930
f4fe205
add nModSize init to default constructor of CTxMemPoolEntry (Philip Kaufmann)
This commit is contained in:
commit
cf04923618
@ -13,7 +13,7 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
CTxMemPoolEntry::CTxMemPoolEntry():
|
CTxMemPoolEntry::CTxMemPoolEntry():
|
||||||
nFee(0), nTxSize(0), nTime(0), dPriority(0.0)
|
nFee(0), nTxSize(0), nModSize(0), nTime(0), dPriority(0.0)
|
||||||
{
|
{
|
||||||
nHeight = MEMPOOL_HEIGHT;
|
nHeight = MEMPOOL_HEIGHT;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user