Skip to content

Commit

Permalink
Update MockEntropy.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstevenberger committed Jul 2, 2024
1 parent d3b5d78 commit 0d442a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ contract MockEntropy {
bytes32 randomNumberBytes = bytes32(randomNumber);
IEntropyConsumer(callbackAddress)._entropyCallback(
sequenceNumber,
callbackAddress,
address(this),
randomNumberBytes
);
callbackRequests[sequenceNumber] = address(0);
Expand Down

0 comments on commit 0d442a3

Please sign in to comment.