danicoin/src
moneromooo-monero f2986ccfc1
db_lmdb: fix bad height saved in tx data
The recent change to not keep separate track of the blockchain
height caused the reported height to jump early in the lmdb
transaction (when the block data is added to the blocks table),
rather than at the end, after everything succeeded. Since the
block data is added before the transaction data, this caused
the transaction data to be saved with a height one more than
its expected value.

Fix this by saving the block data last. This should have no
side effects.
2017-02-11 10:16:18 +00:00
..
blockchain_db db_lmdb: fix bad height saved in tx data 2017-02-11 10:16:18 +00:00
blockchain_utilities extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
blocks extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
common Merge pull request #1689 2017-02-11 00:35:25 +02:00
crypto Merge pull request #1510 2017-01-08 16:40:02 -08:00
cryptonote_basic extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
cryptonote_core extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
cryptonote_protocol extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
daemon Merge pull request #1689 2017-02-11 00:35:25 +02:00
daemonizer Dropped "bit" from bitmonero. 2016-09-26 17:22:30 -04:00
mnemonics extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
p2p extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
platform updated copyright year 2015-12-31 08:39:56 +02:00
ringct extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
rpc Merge pull request #1689 2017-02-11 00:35:25 +02:00
serialization serialization: add support for serializing std::pair and std::list 2016-09-26 23:12:28 +01:00
simplewallet Merge pull request #1698 2017-02-11 00:54:30 +02:00
wallet Merge pull request #1689 2017-02-11 00:35:25 +02:00
CMakeLists.txt extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
cryptonote_config.h Update and use blockchain data files defines 2017-01-28 15:55:14 +01:00
version.cmake fixed tag detector 2016-09-18 21:21:13 +02:00
version.h.in bump version 2016-12-13 00:29:29 +02:00