diff options
author | gavinandresen <gavinandresen@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-12-07 13:43:31 +0000 |
---|---|---|
committer | gavinandresen <gavinandresen@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-12-07 13:43:31 +0000 |
commit | a206a23980c15cacf39d267c509bd70c23c94bfa (patch) | |
tree | 7a4e29a09bbf32fb9f84abefdd8eb9504195fa32 /sha256.cpp | |
parent | 865c3a23832e36d50cb873d38c976032b027b5d3 (diff) |
IsStandard() check for CScripts: only relay/include in blocks CScripts we can understand.
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@197 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'sha256.cpp')
-rw-r--r-- | sha256.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sha256.cpp b/sha256.cpp index 530c2c7c19..ca116bdcd3 100644 --- a/sha256.cpp +++ b/sha256.cpp @@ -1,8 +1,8 @@ -// Copyright (c) 2010 Satoshi Nakamoto +// Copyright (c) 2010 Nils Schneider // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. -// tcatm's 4-way 128-bit SSE2 SHA-256 +// 4-way 128-bit SSE2 SHA-256 #ifdef FOURWAYSSE2 |