0xB10C/fork-observer

Increase maximum number of possible nodes attached to one fork-observer instance

0xB10C opened this issue · 0 comments

Currently only 256 (u8::max) possible nodes are supported per network. Some users, like warnet, could attach more nodes per network.

Changing this to an u16 should fix this for now.