Skip to content

Commit

Permalink
Merge pull request #146 from AudiusProject/theo-skip-register-health-…
Browse files Browse the repository at this point in the history
…check

Skip health check on register
  • Loading branch information
theoilie authored and michellebrier committed Oct 9, 2023
1 parent 794b8a5 commit e173943
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ export default class ServiceProviderClient {
serviceType,
endpoint,
amount,
delegateOwnerWallet
delegateOwnerWallet,
false // performHealthCheck
)
return registeredService
}
Expand All @@ -332,7 +333,8 @@ export default class ServiceProviderClient {
const registeredService = await this.getContract().register(
serviceType,
endpoint,
amount
amount,
false // performHealthCheck
)
return registeredService
}
Expand Down

0 comments on commit e173943

Please sign in to comment.