You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2023. It is now read-only.
In the function between get_transactions(), there is a typo in the URL. It calls /api/smrt/transaction which should be /api/smrt/transactions (the s at the end is missing) at api.py:88.
In the function between get_transactions(), there is a typo in the URL. It calls
/api/smrt/transactionwhich should be/api/smrt/transactions(the s at the end is missing) at api.py:88.