From 136c73a273b9a29cb0f2545e9f356eb5b47080f2 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 4 Dec 2020 09:49:19 -0500 Subject: [PATCH] Hush script --- src/cc/eval.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cc/eval.h b/src/cc/eval.h index d71add6e2..c3dae192c 100644 --- a/src/cc/eval.h +++ b/src/cc/eval.h @@ -36,8 +36,8 @@ * * If at some point a new interpretation model is introduced, * there should be a code identifying it. For example, - * a possible code is EVAL_BITCOIN_SCRIPT, where the entire binary - * after the code is interpreted as a bitcoin script. + * a possible code is EVAL_HUSH_SCRIPT, where the entire binary + * after the code is interpreted as a Hush (Bitcoin) Protocol Script. */ #define FOREACH_EVAL(EVAL) \ EVAL(EVAL_IMPORTPAYOUT, 0xe1) \