Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kocubinski committed Dec 11, 2024
1 parent 5f35eba commit 4f2e3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tx/aminojson/aminojson_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func TestAminoJSON_LegacyParity(t *testing.T) {
// a pulsar encoded Math.dec (the string representation of a Decimal) into a gogo Math.dec (expecting an int64).
protoUnmarshalFails bool

// sort JSON bytes before comparision. for certain types (like ModuleAccount) x/tx is not able to provide an
// sort JSON bytes before comparison. for certain types (like ModuleAccount) x/tx is not able to provide an
// unsorted version. note that the legacy amino signer always sorted JSON bytes by round tripping them to/from
// JSON before signing over them.
sortJSON bool
Expand Down

0 comments on commit 4f2e3ff

Please sign in to comment.