Skip to content

Commit c02f495

Browse files
committed
requestv2 comment fix
Signed-off-by: nidhi-singh02 <[email protected]>
1 parent 5d8d4f2 commit c02f495

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

target_chains/ethereum/entropy_sdk/solidity/IEntropyV2.sol

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ interface IEntropyV2 is EntropyEventsV2 {
1212
/// The `entropyCallback` method on that interface will receive a callback with the returned sequence number and
1313
/// the generated random number.
1414
///
15-
/// `entropyCallback` will be run with the `gasLimit` provided to this function.
16-
/// The `gasLimit` will be rounded up to a multiple of 10k (e.g., 19000 -> 20000), and furthermore is lower bounded
17-
/// by the provider's configured default limit.
15+
/// `entropyCallback` will be run with the provider's configured default gas limit.
1816
///
1917
/// This method will revert unless the caller provides a sufficient fee (at least `getFeeV2()`) as msg.value.
2018
/// Note that the fee can change over time. Callers of this method should explicitly compute `getFeeV2()`

0 commit comments

Comments
 (0)