Skip to content

Commit bbb9eb3

Browse files
authored
Merge pull request #13696 from VVander/patch-2
Replace "miners" with "block builders"
2 parents 9db2da0 + 211d1e7 commit bbb9eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/security-considerations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Everything you use in a smart contract is publicly visible, even
4545
local variables and state variables marked ``private``.
4646

4747
Using random numbers in smart contracts is quite tricky if you do not want
48-
miners to be able to cheat.
48+
block builders to be able to cheat.
4949

5050
Re-Entrancy
5151
===========

0 commit comments

Comments
 (0)