Skip to content

Commit 827d215

Browse files
committed
Added CCV markup to SmartAxe ground truth
1 parent cf19104 commit 827d215

File tree

5 files changed

+1
-47657
lines changed

5 files changed

+1
-47657
lines changed

datasets/cross-chain/smartaxe/manually-labeled/PolyNetwork20210810/source-code/TetherToken_label.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ contract StandardToken is BasicToken, ERC20 {
171171
* @param _to address The address which you want to transfer to
172172
* @param _value uint the amount of tokens to be transferred
173173
*/
174-
//1.access control inconsistency between paths
174+
// CCV: access control inconsistency between paths
175175
function transferFrom(address _from, address _to, uint _value) public onlyPayloadSize(3 * 32) {
176176
var _allowance = allowed[_from][msg.sender];
177177

0 commit comments

Comments
 (0)