Skip to content

Commit

Permalink
Fix error description for removing consumer validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest-nowacki committed Sep 11, 2024
1 parent 847f200 commit 78489e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SubscriptionManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export class SubscriptionManager {
}

if (!utils.isAddress(consumerAddress)) {
throw Error(`Adding consumer contract failed - invalid address ${consumerAddress}`)
throw Error(`Removing consumer contract failed - invalid address ${consumerAddress}`)
}

let subInfo
Expand Down

0 comments on commit 78489e4

Please sign in to comment.