aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-06-01 20:31:55 +0200
committerRiccardo Spagni <ric@spagni.net>2019-06-01 20:31:55 +0200
commit3f2c82326efaa60a836be293b96793d9290a57e7 (patch)
tree5c4987118f58bd98f454f7439d70af66cf44acf5 /src/cryptonote_core/blockchain.h
parentMerge pull request #5551 (diff)
parentblockchain: do not try to pop blocks down to the genesis block (diff)
downloadmonero-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.h3
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;