hirosystems / ordhook

Build indexers, standards and protocols on top of Ordinals and Inscriptions (BRC20, etc).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Registers same observer 3 times.

devlancer412 opened this issue · comments

It seems like register same enpoint 3 times with different address. so backend gets post request 3 times. Please check this screenshot
image

And this is my config
image

Hi @devlancer412!
If you have 3 observers, that means that 3 subscriptions occurred. Any idea on how to reproduce?
In the meantime, you can do some cleanup by editing the observers.sqlite db (sqlite3 command or any DB sqlite editor).

Thank you. so it adds observer when ever I run command?