Hush script
This commit is contained in:
@@ -36,8 +36,8 @@
|
|||||||
*
|
*
|
||||||
* If at some point a new interpretation model is introduced,
|
* If at some point a new interpretation model is introduced,
|
||||||
* there should be a code identifying it. For example,
|
* there should be a code identifying it. For example,
|
||||||
* a possible code is EVAL_BITCOIN_SCRIPT, where the entire binary
|
* a possible code is EVAL_HUSH_SCRIPT, where the entire binary
|
||||||
* after the code is interpreted as a bitcoin script.
|
* after the code is interpreted as a Hush (Bitcoin) Protocol Script.
|
||||||
*/
|
*/
|
||||||
#define FOREACH_EVAL(EVAL) \
|
#define FOREACH_EVAL(EVAL) \
|
||||||
EVAL(EVAL_IMPORTPAYOUT, 0xe1) \
|
EVAL(EVAL_IMPORTPAYOUT, 0xe1) \
|
||||||
|
|||||||
Reference in New Issue
Block a user