mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove "miners" with "block builders"
This commit is contained in:
parent
9db2da0385
commit
211d1e733f
@ -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
|
||||
===========
|
||||
|
Loading…
Reference in New Issue
Block a user