We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f86775 commit 6c9120dCopy full SHA for 6c9120d
packages/utils/src/hash.ts
@@ -185,7 +185,7 @@ function sortActionKeys(action: Action): Action {
185
prev_action: action.prev_action,
186
187
deletes_address: action.deletes_address,
188
- deletes_entry_address: action.deletes_address,
+ deletes_entry_address: action.deletes_entry_address,
189
weight: {
190
bucket_id: weight.bucket_id,
191
units: weight.units,
0 commit comments