Skip to content

Commit 37bbad7

Browse files
committed
Do not subtract retracts from db :size
This is a fix for #351
1 parent 7d569bb commit 37bbad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/fluree/db/json_ld/transact.cljc

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
(update :txns (fnil conj []) [txn-id author-did])
186186
(assoc :policy policy) ;; re-apply policy to db-after
187187
(assoc :t t)
188-
(commit-data/update-novelty add remove)
188+
(commit-data/update-novelty add)
189189
(commit-data/add-tt-id)
190190
(vocab/hydrate-schema add))]
191191
{:add add :remove remove :db-after db-after}))

0 commit comments

Comments
 (0)