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
+2 -2
View File
@@ -180,12 +180,12 @@ Input Description
// `--allow-paths <path>`.
]
},
"mortal":
"retrievable":
{
// Optional: keccak256 hash of the source file
"keccak256": "0x234...",
// Required (unless "urls" is used): literal contents of the source file
"content": "contract mortal is owned { function kill() { if (msg.sender == owner) selfdestruct(owner); } }"
"content": "contract retrievable is owned { function shutdown() { if (msg.sender == owner) selfdestruct(owner); } }"
}
},
// Optional