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
@@ -378,7 +378,7 @@ contract Wallet is multisig, multiowned, daylimit {
multiowned.changeOwner(_from, _to);
}
// destroys the contract sending everything to `_to`.
function kill(address payable _to) onlymanyowners(keccak256(msg.data)) external {
function shutdown(address payable _to) onlymanyowners(keccak256(msg.data)) external {
selfdestruct(_to);
}
+1
View File
@@ -41,6 +41,7 @@
".delegatecall("
".gas("
".kill("
".shutdown("
".length"
".pop();"
".push("