Merge pull request #13696 from VVander/patch-2

Replace "miners" with "block builders"
This commit is contained in:
Hari 2022-11-09 10:24:45 +01:00 committed by GitHub
commit bbb9eb37c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
===========