Reduce usage of the word "kill"

This commit is contained in:
William Entriken
2020-01-07 11:18:10 +01:00
committed by Mathias Baumann
parent f7624e254c
commit 6d068b6331
8 changed files with 38 additions and 37 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ if they are marked ``virtual``. For details, please see
}
}
contract mortal is owned {
contract retrievable is owned {
// This contract inherits the `onlyOwner` modifier from
// `owned` and applies it to the `close` function, which
// causes that calls to `close` only have an effect if