Replace deprecated suicide with selfdestruct
This commit is contained in:
@ -18,7 +18,7 @@ contract StoppableBid is Stoppable, PullPayment {
|
||||
}
|
||||
|
||||
function withdraw() onlyInEmergency {
|
||||
suicide(owner);
|
||||
selfdestruct(owner);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user