mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #3763 from mattaereal/patch-1
Fix: Missing payable at function forceOwnerChange
This commit is contained in:
commit
cddb549d2c
@ -194,6 +194,7 @@ restrictions highly readable.
|
||||
|
||||
function forceOwnerChange(address _newOwner)
|
||||
public
|
||||
payable
|
||||
costs(200 ether)
|
||||
{
|
||||
owner = _newOwner;
|
||||
|
Loading…
Reference in New Issue
Block a user