Skip to content

Commit b8bca81

Browse files
Michael Colburnbohendo
authored andcommitted
Fixed main README link to Wrong Constructor Name
1 parent 6a7b5f8 commit b8bca81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It also includes a repository and analysis of several [honeypots](honeypots/)
1010
- [Incorrect Interface](incorrect_interface/): Implementation uses different function signatures than interface
1111
- [Integer Overflow](integer_overflow/): Arithmetic in Solidity (or EVM) is not safe by default
1212
- [Forced Ether Reception](forced_ether_reception/): Contracts can be forced to receive Ether
13-
- [Missing Constructor](missing_constructor/): Anyone can become owner of contract due to missing constructor
13+
- [Wrong Constructor Name](wrong_constructor_name/): Anyone can become owner of contract due to missing constructor
1414
- [Race Condition](race_condition/): Transactions can be frontrun on the blockchain
1515
- [Reentrancy](reentrancy/): Calling external contracts gives them control over execution
1616
- [Unchecked External Call](unchecked_external_call/): Some Solidity operations silently fail

0 commit comments

Comments
 (0)