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
+1
View File
@@ -194,6 +194,7 @@ restrictions highly readable.
function forceOwnerChange(address _newOwner)
public
payable
costs(200 ether)
{
owner = _newOwner;