chore: remove old field

This commit is contained in:
Vlad Stan 2023-02-10 13:41:55 +02:00
parent d5aff47717
commit ae68f210cd

View file

@ -72,7 +72,6 @@ class PaymentSpec(BaseModel):
is_paid_relay = Field(False, alias="isPaidRelay")
wallet = Field("")
cost_to_join = Field(0, alias="costToJoin")
free_storage = Field(0, alias="freeStorage")
storage_cost_value = Field(0, alias="storageCostValue")
storage_cost_unit = Field("MB", alias="storageCostUnit")