Update documentation examples.

This commit is contained in:
chriseth
2018-08-14 15:50:46 +02:00
parent f873389c62
commit 6cf299bec6
10 changed files with 99 additions and 86 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ restrictions highly readable.
);
_;
if (msg.value > _amount)
msg.sender.send(msg.value - _amount);
msg.sender.transfer(msg.value - _amount);
}
function forceOwnerChange(address _newOwner)