diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-06-01 20:31:55 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-06-01 20:31:55 +0200 |
commit | 3f2c82326efaa60a836be293b96793d9290a57e7 (patch) | |
tree | 5c4987118f58bd98f454f7439d70af66cf44acf5 /src/cryptonote_core/blockchain.h | |
parent | Merge pull request #5551 (diff) | |
parent | blockchain: do not try to pop blocks down to the genesis block (diff) | |
download | monero-3f2c82326efaa60a836be293b96793d9290a57e7.tar.xz |
Merge pull request #5572
a663ccba blockchain: do not try to pop blocks down to the genesis block (moneromooo-monero)
8f2a99d8 core: do not commit half constructed batch db txn (moneromooo-monero)
Diffstat (limited to '')
-rw-r--r-- | src/cryptonote_core/blockchain.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cryptonote_core/blockchain.h b/src/cryptonote_core/blockchain.h index 6200ec87e..32ed96b5b 100644 --- a/src/cryptonote_core/blockchain.h +++ b/src/cryptonote_core/blockchain.h @@ -1102,6 +1102,9 @@ namespace cryptonote uint64_t m_btc_expected_reward; bool m_btc_valid; + + bool m_batch_success; + std::shared_ptr<tools::Notify> m_block_notify; std::shared_ptr<tools::Notify> m_reorg_notify; |