Merge pull request #1905
2242d8eb
tx_pool: silence use of uninitialized warning (moneromooo-monero)
This commit is contained in:
commit
4ec8a4c2b6
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ namespace cryptonote
|
|||
|
||||
CRITICAL_REGION_LOCAL(m_transactions_lock);
|
||||
|
||||
uint64_t best_coinbase = 0, coinbase;
|
||||
uint64_t best_coinbase = 0, coinbase = 0;
|
||||
total_size = 0;
|
||||
fee = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue