tweak docs

main
SI 2023-08-20 01:16:43 +00:00
parent a9e5739f9f
commit bbf820eac4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ contract CryptoCTF10 {
}
struct Challenge {
address obscuredFlag; // public key of the flag
address obscuredFlag; // essentially the public key of the flag, the flag being a private key
uint worth;
uint256 descriptionFingerprint;
bool onlyFirstSolver;