neoneo-go/cli/server
Roman Khimov ae003a1578 cli/server: fix db restorer math wrt skip
Given `-s 1` with a dump of 6001 blocks it skipped the first one and then
tried to import the next 6001 which failed with EOF because there are only
6000 blocks left.
2019-12-27 12:15:47 +03:00
..
server.go cli/server: fix db restorer math wrt skip 2019-12-27 12:15:47 +03:00