Skip to content

Commit

Permalink
Update arc-0200.md
Browse files Browse the repository at this point in the history
  • Loading branch information
temptemp3 authored Oct 27, 2023
1 parent 0909a97 commit 2b4bf40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ARCs/arc-0200.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 2b4bf40

Please sign in to comment.