Skip to content

Commit

Permalink
Rename PaymentType.stream to superfluid to also support other str…
Browse files Browse the repository at this point in the history
…eaming services
  • Loading branch information
MHHukiewitz committed Dec 13, 2023
1 parent d2fd287 commit cb00663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aleph_message/models/execution/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PaymentType(str, Enum):
"""Payment type for a program execution."""

hold = "hold"
stream = "stream"
superfluid = "superfluid"


class Payment(HashableModel):
Expand Down

0 comments on commit cb00663

Please sign in to comment.