Skip to content

Commit

Permalink
chore: update function doc (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonneal authored Jan 16, 2025
1 parent 017bdc3 commit 15e6db1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ class VeChainPrivateKeySigner extends VeChainAbstractSigner {
}

/**
* Get the address of the Signer.
* Get the address checksum of the Signer.
*
* @returns the address of the signer
* @returns the address checksum of the signer
*/
async getAddress(): Promise<string> {
return Address.checksum(
Expand Down

1 comment on commit 15e6db1

@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 27s ⏱️
network 731 0 πŸ’€ 0 ❌ 0 πŸ”₯ 4m 57s ⏱️
errors 40 0 πŸ’€ 0 ❌ 0 πŸ”₯ 17.58s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 19.308s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 3s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 23s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 17s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 7s ⏱️

Please sign in to comment.