From 5a7b433216261f3f07045f0adc00839fb2d2f39a Mon Sep 17 00:00:00 2001
From: bt3gl <1130416+bt3gl@users.noreply.github.com>
Date: Fri, 23 Sep 2022 13:43:59 -0700
Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=9E=20note=20on=20BLOCKHASH?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
vulnerabilities/random_numbers.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/vulnerabilities/random_numbers.md b/vulnerabilities/random_numbers.md
index 9b1e307..8e516d0 100644
--- a/vulnerabilities/random_numbers.md
+++ b/vulnerabilities/random_numbers.md
@@ -1,5 +1,10 @@
## 🌶 randomization
+
+
+* post-merge, the `BLOCKHASH` opcode will still be available for use, but given that it will no longer be forged through the proof of work hashing process, the pseudorandomness provided by this opcode will be much weaker.
+
+
### resources