diff options
| author | Russell Yanofsky <[email protected]> | 2017-05-15 09:11:03 -0400 |
|---|---|---|
| committer | Russell Yanofsky <[email protected]> | 2017-05-15 09:11:03 -0400 |
| commit | 4d2d6045a4784d576d56299244b9f76a5909904b (patch) | |
| tree | 1bdbce291ea8d01c9b47173f04b8fd0dae9ffd98 /src/httpserver.cpp | |
| parent | Merge #9494: Introduce an ArgsManager class encapsulating cs_args, mapArgs a... (diff) | |
| download | discoin-4d2d6045a4784d576d56299244b9f76a5909904b.tar.xz discoin-4d2d6045a4784d576d56299244b9f76a5909904b.zip | |
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/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions