You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/entropy/generate-random-numbers/evm.mdx
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,8 +175,11 @@ contract YourContract is IEntropyConsumer {
175
175
When the final random number is ready to use, the entropyCallback function will be called by the Entropy contract. This will happen in a separate transaction submitted by the requested provider.
176
176
177
177
<Callouttype="warning"emoji="⚠️">
178
-
The `entropyCallback` function should **never** return an error. If it returns an error, the keeper will not be able to invoke the callback.
179
-
If you are having problems receiving the callback, please see [Debugging Callback Failures](/entropy/debug-callback-failures).
178
+
The `entropyCallback` function should **never** return an error. If it returns
179
+
an error, the keeper will not be able to invoke the callback. If you are
180
+
having problems receiving the callback, please see [Debugging Callback
0 commit comments