You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Index sync up fix: skip first block if already indexed
https://jira.hyperledger.org/browse/FAB-2054
Starting block storage after a crash may kick off indexing
the blocks that may have been committed to storage but left out
from indexing. The first block can be skipped as this is the block
we get reference to from index itself (hence already indexed).
Change-Id: Ic96bf581e05e395ab19ec80bfe131071fb6ecc67
Signed-off-by: manish <[email protected]>
0 commit comments