We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d47b2 commit 283d641Copy full SHA for 283d641
target_chains/ethereum/contracts/contracts/entropy/EntropyTester.sol
@@ -225,11 +225,6 @@ contract EntropyTester is IEntropyConsumer {
225
}
226
227
228
- /**
229
- * @notice Gets the entropy contract address, using default if none specified
230
- * @param _entropy Address of the entropy contract (uses default if address(0))
231
- * @return entropy The entropy contract interface
232
- */
233
function getEntropy() internal view override returns (address) {
234
return defaultEntropy;
235
0 commit comments