Skip to content

Commit

Permalink
Merge pull request #6 from ecency/nt/polls-support
Browse files Browse the repository at this point in the history
commit missing enum update
  • Loading branch information
feruzm authored Aug 20, 2024
2 parents 7e70bb9 + f855f38 commit 7fb7986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/utilities/enum.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ enum AuthType {hiveKeyChain, hiveAuth, postingKey, hiveSign}

enum TransactionState {loading,qr,redirection}

enum SignTransactionType {comment,vote,mute}
enum SignTransactionType {comment,vote,mute, pollvote}

enum BroadCastType {vote,comment,custom_json}

Expand Down

0 comments on commit 7fb7986

Please sign in to comment.