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 536d4a5 commit 87c783cCopy full SHA for 87c783c
target_chains/ethereum/entropy_sdk/solidity/IEntropy.sol
@@ -52,7 +52,7 @@ interface IEntropy is EntropyEvents, EntropyEventsV2, IEntropyV2 {
52
// The address calling this function should be a contract that inherits from the IEntropyConsumer interface.
53
// The `entropyCallback` method on that interface will receive a callback with the generated random number.
54
// `entropyCallback` will be run with the provider's default gas limit (see `getProviderInfo(provider).defaultGasLimit`).
55
- // If your callback needs additional gas, please use `requestWithCallbackAndGasLimit`.
+ // If your callback needs additional gas, please use `requestv2` of `IEntropyV2` interface.
56
//
57
// This method will revert unless the caller provides a sufficient fee (at least `getFee(provider)`) as msg.value.
58
// Note that excess value is *not* refunded to the caller.
0 commit comments