Merge pull request #4930
f4fe205
add nModSize init to default constructor of CTxMemPoolEntry (Philip Kaufmann)
This commit is contained in:
commit
cf04923618
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
using namespace std;
|
||||
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue