Skip to content

Commit

Permalink
Fix constants AsNoTracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Groxan authored Dec 8, 2021
1 parent 21bc837 commit aa7ce51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tzkt.Sync/Protocols/Helpers/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public static async Task<List<RegisterConstantOperation>> Find(TzktContext db, I
break;

var constants = await db.RegisterConstantOps
.AsNoTracking()
.Where(x => pendingConstants.Contains(x.Address))
.ToListAsync();

Expand Down

0 comments on commit aa7ce51

Please sign in to comment.