Skip to content

Commit

Permalink
Merge pull request #261 from dappnode/diego/update-healthcheck-comment
Browse files Browse the repository at this point in the history
Update healthcheck link
  • Loading branch information
pablomendezroyo authored Sep 18, 2023
2 parents e363f29 + 061c905 commit 113365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/brain/src/modules/apiClients/web3signer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class Web3SignerApi extends StandardApi {

/**
* Checks the Web3Signer server status. Confirms if Web3Signer is connected and running.
* https://consensys.github.io/web3signer/web3signer-eth2.html#tag/Reload-Signer-Keys/operation/UPCHECK
* https://consensys.github.io/web3signer/web3signer-eth2.html#tag/Server-Health-Status/operation/HEALTHCHECK
*/
public async getStatus(): Promise<Web3signerHealthcheckResponse> {
try {
Expand Down

0 comments on commit 113365c

Please sign in to comment.