Skip to content

Commit 331f348

Browse files
ZacLouGrantFox Bot
authored andcommitted
fix(sdk): regenerate tholos-sdk errors for ConflictOfInterest (#165)
1 parent d460c6d commit 331f348

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

packages/tholos-sdk/src/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,13 @@ export const Errors = {
6868
* of the resolver vote), nullifying the bond-forfeiture deterrent.
6969
*/
7070
22: {message:"SelfDispute"},
71-
23: {message:"NoAdminRotationProposal"}
71+
23: {message:"NoAdminRotationProposal"},
72+
/**
73+
* The caller is the asserter or the disputer of the assertion they are
74+
* trying to resolve. A party to the dispute must not vote on their own
75+
* case, since they have a direct economic interest in the outcome.
76+
*/
77+
24: {message:"ConflictOfInterest"}
7278
}
7379

7480
export type Status = {tag: "Pending", values: void} | {tag: "Disputed", values: void} | {tag: "Resolved", values: void};

0 commit comments

Comments
 (0)