Skip to content

Commit

Permalink
remove max confirmation (deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics committed Jun 7, 2024
1 parent 2af6dd9 commit 4dd1882
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ enum class Commitment(val value: String) {
CONFIRMED("confirmed"),

@SerialName("finalized")
FINALIZED("finalized"),

@SerialName("max")
MAX("max");
FINALIZED("finalized");

override fun toString(): String {
return value
Expand Down

0 comments on commit 4dd1882

Please sign in to comment.