Merge pull request #686

7db89ed ARMv7: fix unaligned accesses (Howard Chu)
5a07cef Wrap some more actions in a larger read txn (Howard Chu)
8cc7a36 read txn/cursor stuff (Howard Chu)
86a7f2b core: check whether an update is needed straight away (moneromooo-monero)
ea5fa5e core: print "update needed" hard fork notifications in red (moneromooo-monero)
This commit is contained in:
Riccardo Spagni
2016-02-29 17:29:26 -05:00
8 changed files with 379 additions and 197 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ public:
virtual void batch_stop();
virtual void batch_abort();
virtual void block_txn_start();
virtual void block_txn_start(bool readonly);
virtual void block_txn_stop();
virtual void block_txn_abort();