Skip to content

Commit

Permalink
Fix candid
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Dec 20, 2023
1 parent 13a732d commit c72737a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/canisters/user/api/can.did
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ type SendMessageWithTransferToChannelResponse = variant {
CommunityFrozen;
RulesNotAccepted;
CommunityRulesNotAccepted;
InternalError : record { text; CompletedCryptoTransaction };
Retrying : record { text; CompletedCryptoTransaction };
};

type SendMessageWithTransferToGroupArgs = record {
Expand Down Expand Up @@ -590,7 +590,7 @@ type SendMessageWithTransferToGroupResponse = variant {
UserSuspended;
ChatFrozen;
RulesNotAccepted;
InternalError : record { text; CompletedCryptoTransaction };
Retrying : record { text; CompletedCryptoTransaction };
};

type WithdrawCryptoArgs = record {
Expand Down

0 comments on commit c72737a

Please sign in to comment.