Merge pull request #3763 from mattaereal/patch-1

Fix: Missing payable at function forceOwnerChange
This commit is contained in:
chriseth 2018-03-21 16:27:12 +01:00 committed by GitHub
commit cddb549d2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,6 +194,7 @@ restrictions highly readable.
function forceOwnerChange(address _newOwner) function forceOwnerChange(address _newOwner)
public public
payable
costs(200 ether) costs(200 ether)
{ {
owner = _newOwner; owner = _newOwner;