diff --git a/ARCs/arc-0200.md b/ARCs/arc-0200.md index ec314df6e..9600a60f9 100644 --- a/ARCs/arc-0200.md +++ b/ARCs/arc-0200.md @@ -94,7 +94,7 @@ A smart contract token that is compliant with this standard MUST implement the f "desc": "Amount of tokens to transfer" } ], - "returns": { "type": "bool", "description": "Success" } + "returns": { "type": "bool", "desc": "Success" } }, { "name": "arc200_transferFrom", @@ -117,7 +117,7 @@ A smart contract token that is compliant with this standard MUST implement the f "desc": "Amount of tokens to transfer" } ], - "returns": { "type": "bool", "description": "Success" } + "returns": { "type": "bool", "desc": "Success" } }, { "name": "arc200_approve", @@ -127,7 +127,7 @@ A smart contract token that is compliant with this standard MUST implement the f { "type": "address", "name": "spender" }, { "type": "uint256", "name": "value" } ], - "returns": { "type": "bool", "description": "Success" } + "returns": { "type": "bool", "desc": "Success" } }, { "name": "arc200_allowance",