Closed TheDZhon closed 1 year ago
Adds the following method to HashConsensus:
HashConsensus
function getReportProcessor() external view returns (address) { return _reportProcessor; }
Test case is included.
Adds the following method to
HashConsensus
:Test case is included.