fix: get encrypted notes

This commit is contained in:
Danil Kovtonyuk 2022-06-15 18:06:39 +10:00
parent 497675ad27
commit eba8f41e44
1 changed files with 1 additions and 1 deletions

View File

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