File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
target_chains/ethereum/entropy_sdk/solidity Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ interface IEntropyV2 is EntropyEventsV2 {
12
12
/// The `entropyCallback` method on that interface will receive a callback with the returned sequence number and
13
13
/// the generated random number.
14
14
///
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.
18
16
///
19
17
/// This method will revert unless the caller provides a sufficient fee (at least `getFeeV2()`) as msg.value.
20
18
/// Note that the fee can change over time. Callers of this method should explicitly compute `getFeeV2()`
You can’t perform that action at this time.
0 commit comments