xaya / libxayagame

MIT License
21 stars 19 forks source link

Request updates to explicit target block #132

Closed domob1812 closed 1 year ago

domob1812 commented 1 year ago

When an explicit target block is set, request game_sendupdates notifications from Game with that target set as toblock argument. This ensures that we can properly sync to the target block, even if it is e.g. in the past.

This fixes #130.