mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Disallow sha3/suicide aliases
This commit is contained in:
@@ -8,5 +8,5 @@ contract test {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning: (58-64): "sha3" has been deprecated in favour of "keccak256"
|
||||
// Warning: (99-109): "suicide" has been deprecated in favour of "selfdestruct"
|
||||
// TypeError: (58-64): "sha3" has been deprecated in favour of "keccak256"
|
||||
// TypeError: (99-109): "suicide" has been deprecated in favour of "selfdestruct"
|
||||
|
||||
Reference in New Issue
Block a user