Skip to content

Commit 536d4a5

Browse files
Merge pull request #2952 from pyth-network/ientropyv2-comments
chore(entropy v2): requestv2 comment fix
2 parents 1fcce72 + c02f495 commit 536d4a5

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)