Fix LBTC API call for sending messages

This commit is contained in:
Mark Veidemanis 2022-05-14 20:28:09 +01:00
parent da65d6168b
commit 06af9449fd
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ class LocalBitcoins:
"""
payload = {"msg": msg}
return self._api_call(
api_method=f"contact_message_post/{trade_id}/",
api_method=f"api/contact_message_post/{trade_id}/",
http_method="POST",
query_values=payload,
)