Skip to content

Commit

Permalink
chore: error message (#1710)
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonneal authored Jan 17, 2025
1 parent 15e6db1 commit b3576a3
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

1 comment on commit b3576a3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99% (4376/4420) 97.56% (1401/1436) 99.01% (906/915)
Title Tests Skipped Failures Errors Time
core 836 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 26s ⏱️
network 731 0 πŸ’€ 0 ❌ 0 πŸ”₯ 4m 49s ⏱️
errors 40 0 πŸ’€ 0 ❌ 0 πŸ”₯ 20.129s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 20.086s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 1s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 18s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 16s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 4s ⏱️

Please sign in to comment.