Remove "miners" with "block builders"

This commit is contained in:
Mike Leach
2022-11-08 21:03:00 -06:00
committed by GitHub
parent 9db2da0385
commit 211d1e733f
+1 -1
View File
@@ -45,7 +45,7 @@ Everything you use in a smart contract is publicly visible, even
local variables and state variables marked ``private``.
Using random numbers in smart contracts is quite tricky if you do not want
miners to be able to cheat.
block builders to be able to cheat.
Re-Entrancy
===========