Skip to content

Commit 6c9120d

Browse files
Fixed hash
1 parent 1f86775 commit 6c9120d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/hash.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function sortActionKeys(action: Action): Action {
185185
prev_action: action.prev_action,
186186

187187
deletes_address: action.deletes_address,
188-
deletes_entry_address: action.deletes_address,
188+
deletes_entry_address: action.deletes_entry_address,
189189
weight: {
190190
bucket_id: weight.bucket_id,
191191
units: weight.units,

0 commit comments

Comments
 (0)