tweak docs
parent
a9e5739f9f
commit
bbf820eac4
|
@ -33,7 +33,7 @@ contract CryptoCTF10 {
|
||||||
}
|
}
|
||||||
|
|
||||||
struct Challenge {
|
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;
|
uint worth;
|
||||||
uint256 descriptionFingerprint;
|
uint256 descriptionFingerprint;
|
||||||
bool onlyFirstSolver;
|
bool onlyFirstSolver;
|
||||||
|
|
Loading…
Reference in New Issue