Skip to content

Commit 283d641

Browse files
committed
gr
1 parent f3d47b2 commit 283d641

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

target_chains/ethereum/contracts/contracts/entropy/EntropyTester.sol

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,6 @@ contract EntropyTester is IEntropyConsumer {
225225
}
226226
}
227227

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-
*/
233228
function getEntropy() internal view override returns (address) {
234229
return defaultEntropy;
235230
}

0 commit comments

Comments
 (0)