fix: get encrypted notes

This commit is contained in:
Danil Kovtonyuk 2022-06-15 18:06:39 +10:00
parent 497675ad27
commit eba8f41e44

View File

@ -486,7 +486,7 @@ const actions = {
fromBlock: deployedBlock fromBlock: deployedBlock
}) })
if (!isEmptyArray(graphEvents)) { if (lastSyncBlock) {
deployedBlock = lastSyncBlock deployedBlock = lastSyncBlock
} }