benfriedman
Results
2
comments of
benfriedman
Tried, it did work better, although now this tx_infos_by_height() intermittently fails with the following error: terra_sdk.exceptions.LCDResponseError: Status 400 - {'code': 3, 'message': 'tx (79B5B68B218A5E61F0369D69C5019AABC27494D0D0F6C590AED13816087C100C) not found: invalid request', 'details': []}...
If you put it in a loop to run every 5 seconds you'll get this error. Here's the code: ` from time import sleep from terra_sdk.client.lcd.params import APIParams, PaginationOptions from...