chore: remove old field
This commit is contained in:
parent
d5aff47717
commit
ae68f210cd
1 changed files with 0 additions and 1 deletions
|
|
@ -72,7 +72,6 @@ class PaymentSpec(BaseModel):
|
||||||
is_paid_relay = Field(False, alias="isPaidRelay")
|
is_paid_relay = Field(False, alias="isPaidRelay")
|
||||||
wallet = Field("")
|
wallet = Field("")
|
||||||
cost_to_join = Field(0, alias="costToJoin")
|
cost_to_join = Field(0, alias="costToJoin")
|
||||||
free_storage = Field(0, alias="freeStorage")
|
|
||||||
|
|
||||||
storage_cost_value = Field(0, alias="storageCostValue")
|
storage_cost_value = Field(0, alias="storageCostValue")
|
||||||
storage_cost_unit = Field("MB", alias="storageCostUnit")
|
storage_cost_unit = Field("MB", alias="storageCostUnit")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue