From 16ef4f1e3dadbb8c8813e68a38447f6c64373c6f Mon Sep 17 00:00:00 2001 From: miketout Date: Wed, 10 Oct 2018 22:14:05 -0700 Subject: [PATCH] update comments --- src/cheatcatcher.cpp | 4 ++-- src/cheatcatcher.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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. * */