From ae68f210cd704abf1048cc527dd4cf34c5c0ce67 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 10 Feb 2023 13:41:55 +0200 Subject: [PATCH] chore: remove old field --- models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/models.py b/models.py index 51144b3..75cec3b 100644 --- a/models.py +++ b/models.py @@ -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")