Skip to content

Commit

Permalink
Merge pull request #6407 from onflow/fxamacker/add-cap-tag-domain-to-…
Browse files Browse the repository at this point in the history
…diff-states

Add support for `cap_tag` domain in `diff-states`
  • Loading branch information
fxamacker authored Aug 28, 2024
2 parents ca70376 + 5b2e29d commit fc56066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util/cmd/diff-states/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ func diffAccount(
).DiffStates(
accountRegisters1,
accountRegisters2,
migrations.AllStorageMapDomains,
util.StorageMapDomains,
)
}

Expand Down

0 comments on commit fc56066

Please sign in to comment.