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
The function get_receipts_for_block accesses the database in a sync way.
This should be done as an async fn, just like the other functions that access the db, in order to avoid blocking code