Skip to content

Commit

Permalink
Merge branch 'main' into feat/allow-string-chainid-typeddata
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo authored Jan 17, 2025
2 parents 4b5916f + c79b121 commit 89f9f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/vcdm/Address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class Address extends HexUInt {
throw new InvalidDataType(
'Address.ofPrivateKey',
'not a valid private key',
{ privateKey: `${privateKey}` },
{ privateKey: 'private key is obfuscated' },
error
);
}
Expand Down

0 comments on commit 89f9f32

Please sign in to comment.