diff --git a/OEPS/OEP-4.mediawiki b/OEPS/OEP-4.mediawiki index f01fb74..cc46f36 100644 --- a/OEPS/OEP-4.mediawiki +++ b/OEPS/OEP-4.mediawiki @@ -97,6 +97,7 @@ def approve(owner, spender, amount) The approve function allows the spender address to withdraw tokens from the owner address, of up to amount tokens. +The amount should be no less than 0 and no more than the token balance of the owner. If this function is called again it overwrites the current allowance with the new value. The parameters owner and spender must be 20-byte addresses. If not, this method must throw an exception.