Skip to content

Commit

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

@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%
98.98% (4370/4415) 97.48% (1393/1429) 99.01% (906/915)
Title Tests Skipped Failures Errors Time
core 836 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 27s ⏱️
network 731 0 πŸ’€ 0 ❌ 0 πŸ”₯ 5m 2s ⏱️
errors 40 0 πŸ’€ 0 ❌ 0 πŸ”₯ 17.517s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 18.729s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 1s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 22s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 17s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 6s ⏱️

Please sign in to comment.