]> Git Repo - VerusCoin.git/blobdiff - src/script/script_error.h
Bubble up launch nodes on currency definitions and spent currency check
[VerusCoin.git] / src / script / script_error.h
index e84268977376bbe047eb678c894b1e4bbb694d60..e70ed770b4b5da0ccdc3bbd1c8eb961ded764b84 100644 (file)
@@ -1,7 +1,7 @@
 // Copyright (c) 2009-2010 Satoshi Nakamoto
 // Copyright (c) 2009-2014 The Bitcoin Core developers
 // Distributed under the MIT software license, see the accompanying
-// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+// file COPYING or https://www.opensource.org/licenses/mit-license.php .
 
 #ifndef BITCOIN_SCRIPT_SCRIPT_ERROR_H
 #define BITCOIN_SCRIPT_SCRIPT_ERROR_H
@@ -54,6 +54,7 @@ typedef enum ScriptError_t
 
     SCRIPT_ERR_ERROR_COUNT,
 
+    /* crypto-condition script errors */
     SCRIPT_ERR_CRYPTOCONDITION_VERIFY,
     SCRIPT_ERR_CRYPTOCONDITION_INVALID_FULFILLMENT
 } ScriptError;
This page took 0.022479 seconds and 4 git commands to generate.