-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't workingenhancement (behind the scenes)Stuff that users won't seeStuff that users won't see
Milestone
Description
In the endpoint:
http://localhost:3000/address/transactions/[address]
... if [address] is unseen, we will first sync it fully so later the same endpoint can serve the txs from our db. Problem is: right now it is waiting for sync to finish to answer with {status:200, message: "Sync has started."}, which is obvisouly wrong.
So let's make so that it does start the sync, just as it already does, but answers immediately with that same response.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancement (behind the scenes)Stuff that users won't seeStuff that users won't see