Skip to content

Commit

Permalink
testing, not important
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcooljackG committed Sep 17, 2024
1 parent 7c31c94 commit 71d780e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jackchou.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ timezone: Australia/Sydney # 澳大利亚东部标准时间 (UTC+10)
}
function pwn(address addr) external payable {
require(!isContract(msg.sender), "Contracts are not allowed");
require(!isContract(msg.sender), " Contracts are not allowed");
require(msg.sender == addr, "address must be msg.sender");
require(msg.sender == owner, "Must be owner");
hacked = true;
Expand Down

0 comments on commit 71d780e

Please sign in to comment.