From bbf820eac406904c845a02ed68e636618db7b3f6 Mon Sep 17 00:00:00 2001 From: SI Date: Sun, 20 Aug 2023 01:16:43 +0000 Subject: [PATCH] tweak docs --- cryptoctf.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptoctf.sol b/cryptoctf.sol index 103fb10..53d17bc 100644 --- a/cryptoctf.sol +++ b/cryptoctf.sol @@ -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;