lidofinance / core

Lido DAO smart contracts
https://lido.fi
GNU General Public License v3.0
382 stars 194 forks source link

Fix: report processor view #706

Closed TheDZhon closed 1 year ago

TheDZhon commented 1 year ago

Adds the following method to HashConsensus:

    function getReportProcessor() external view returns (address) {
        return _reportProcessor;
    }

Test case is included.