summaryrefslogtreecommitdiff
path: root/internal/processing/account/import.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/account/import.go')
-rw-r--r--internal/processing/account/import.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/account/import.go b/internal/processing/account/import.go
index f645662d3..55415b4c2 100644
--- a/internal/processing/account/import.go
+++ b/internal/processing/account/import.go
@@ -298,7 +298,7 @@ func importBlocksAsyncF(
err error
)
- prevBlocks, err = p.state.DB.GetAccountBlocks(ctx, requester.ID, nil)
+ prevBlocks, err = p.state.DB.GetAccountBlocking(ctx, requester.ID, nil)
if err != nil {
log.Errorf(ctx, "db error getting blocks: %v", err)
return