Skip to content

Commit a39981a

Browse files
committed
fix tag
1 parent b27eed8 commit a39981a

File tree

1 file changed

+5
-2
lines changed
  • pages/entropy/generate-random-numbers

1 file changed

+5
-2
lines changed

pages/entropy/generate-random-numbers/evm.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,11 @@ contract YourContract is IEntropyConsumer {
175175
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.
176176

177177
<Callout type="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
181+
Failures](/entropy/debug-callback-failures).
182+
</Callout>
180183

181184
## Additional Resources
182185

0 commit comments

Comments
 (0)