NethermindEth / near-sffl

https://nffl.nethermind.io/
MIT License
6 stars 3 forks source link

Fix first header subscription using non-proxy channel #184

Closed Hyodar closed 1 month ago

Hyodar commented 1 month ago

Was reviewing and re-testing and noticed the proxy channel is not used on the first SubscribeNewHead call. This is not too problematic as a new sub will be made right after and everything will work as intended, but should be fixed anyway.