mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix owned std contract
This commit is contained in:
parent
fbe0edb32c
commit
15cd479103
@ -3,7 +3,7 @@ contract owned {
|
||||
|
||||
modifier onlyowner() {
|
||||
if (msg.sender == owner) {
|
||||
_
|
||||
_;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user