Skip to content

Fix RPC re-registering in consensus benchmarks

Christopher Schinnerl requested to merge vw-benchmark-fix into master

Created by: VoidingWarranties

This was caused by the second consensus set reusing the first consensus set's gateway. It was causing errors like this in the benchmarks:

RPC already registered: SendBlocks
RPC already registered: RelayBlock
RPC already registered: RelayHeader
RPC already registered: SendBlk
ConnectCall already registered: SendBlocks

Merge request reports