diff --git a/src/cheatcatcher.cpp b/src/cheatcatcher.cpp index f04d99f95..3bac5413b 100644 --- a/src/cheatcatcher.cpp +++ b/src/cheatcatcher.cpp @@ -4,8 +4,8 @@ * Distributed under the MIT software license, see the accompanying * file COPYING or http://www.opensource.org/licenses/mit-license.php. * - * This crypto-condition eval solves the problem of nothing-at-stake - * in a proof of stake consensus system. + * This supports code to catch nothing at stake cheaters who stake + * on multiple forks. * */ diff --git a/src/cheatcatcher.h b/src/cheatcatcher.h index 58fc071a0..39a3a8112 100644 --- a/src/cheatcatcher.h +++ b/src/cheatcatcher.h @@ -4,8 +4,8 @@ * Distributed under the MIT software license, see the accompanying * file COPYING or http://www.opensource.org/licenses/mit-license.php. * - * This crypto-condition eval solves the problem of nothing-at-stake - * in a proof of stake consensus system. + * This supports code to catch nothing at stake cheaters who stake + * on multiple forks. * */