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
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``. local variables and state variables marked ``private``.
Using random numbers in smart contracts is quite tricky if you do not want 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 Re-Entrancy
=========== ===========