tweak docs
parent
a9e5739f9f
commit
bbf820eac4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue