ChainSafe / chainbridge-celo

GNU Lesser General Public License v3.0
3 stars 2 forks source link

Remove unused BlockSyncer #91

Closed P1sar closed 3 years ago

P1sar commented 3 years ago

Listener function pollBlocks include old interface BlockSyncer that was added to be finished in future with validator syncer functionality, but it is unused since this functionality were added in another way

Expected Behavior

chainbridge pollblocks works fine

Current Behavior

chainbridge pollblocks fails with nil pointer reference

Possible Solution

remove unused code

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Versions

ChainBridge commit (or docker tag): chainbridge-solidity version: chainbridge-substrate version: Go version: