Fix getting all profit variables
This commit is contained in:
@@ -22,8 +22,10 @@ class ContactData(BaseModel):
|
||||
buyer: ContactDataBuyerSeller
|
||||
seller: ContactDataBuyerSeller
|
||||
amount: str
|
||||
amount_xmr: str
|
||||
fee_xmr: str
|
||||
amount_xmr: str | None
|
||||
fee_xmr: str | None
|
||||
amount_btc: str | None
|
||||
fee_btc: str | None
|
||||
advertisement: ContactDataAd
|
||||
contact_id: str
|
||||
currency: str
|
||||
|
||||
Reference in New Issue
Block a user