diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2017-05-15 09:11:03 -0400 |
---|---|---|
committer | Russell Yanofsky <russ@yanofsky.org> | 2017-05-15 09:11:03 -0400 |
commit | 4d2d6045a4784d576d56299244b9f76a5909904b (patch) | |
tree | 1bdbce291ea8d01c9b47173f04b8fd0dae9ffd98 /src/leveldb/db/skiplist_test.cc | |
parent | 41987aa92f0d6c0bee4d4b4889355fbd1dedeede (diff) |
Fix importmulti failure to return rescan errors
An off-by-one-block bug in importmulti rescan logic could cause it to return
success in an edge case even when a rescan was not successful. The case where
this would happen is if there were multiple blocks in a row with the same
GetBlockTimeMax() value, and the last block was scanned successfully, but one
or more of the earlier blocks was not readable.
Diffstat (limited to 'src/leveldb/db/skiplist_test.cc')
0 files changed, 0 insertions, 0 deletions