zenon-network / syrius

MIT License
17 stars 14 forks source link

Apply sync check to all hosts #112

Closed KingGorrin closed 3 months ago

KingGorrin commented 3 months ago

This PR applies the sync check to all hosts and not just only the localhost.

Before sending an account block a check is made whether the connected node is synced. This check is only applied when connected to a localhost node and assumes remote hosts are always synced. This PR removes this assumption and applies the sync check to all nodes.