vulpemventures / ocean

:ocean: Elements/Liquid wallet daemon
MIT License
5 stars 7 forks source link

Fix elements bc scanner syncing issue #37

Closed altafan closed 1 year ago

altafan commented 1 year ago

Before this, it might happen that an accountReport would be sent by the tcp/ws client while it was still subscribing for addresses and lead to weird behaviors.

This solves this syncing issue by always waiting for all addresses to be subscribed before sending any account report.