From fa954ff008e6fe96ffcd260757af2286e07cd45a Mon Sep 17 00:00:00 2001 From: bjslagt <65114346+bjslagt@users.noreply.github.com> Date: Mon, 11 Oct 2021 14:27:24 +0300 Subject: [PATCH] Update client.py Error in the documentation... it is 'transfer', in the API was incorrectly written 'transfers' --- latoken/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latoken/client.py b/latoken/client.py index eff0c75..8883883 100644 --- a/latoken/client.py +++ b/latoken/client.py @@ -89,7 +89,7 @@ class LatokenClient: accounts_stream = '/user/{user}/v1/account/total' # Returns all accounts of a user including empty ones account_stream = '/user/{user}/v1/account' transactions_stream = '/user/{user}/v1/transaction' # Returns external transactions (deposits and withdrawals) - transfers_stream = '/user/{user}/v1/transfers' # Returns internal transfers on the platform (inter_user, ...) + transfers_stream = '/user/{user}/v1/transfer' # Returns internal transfers on the platform (inter_user, ...) topics = list()