blueness 14/10/10 11:37:31 Added: 0.9.x-ljr_noblacklist.patch Log: Address anti-spam issue, bug #524512 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.1 net-p2p/bitcoind/files/0.9.x-ljr_noblacklist.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/files/0.9.x-ljr_noblacklist.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/files/0.9.x-ljr_noblacklist.patch?rev=1.1&content-type=text/plain Index: 0.9.x-ljr_noblacklist.patch =================================================================== diff --git a/src/script.cpp b/src/script.cpp index 24bbbad..a60d8b6 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -1870,6 +1870,7 @@ bool fIsBareMultisigStd = false; const char *CScript::IsBlacklisted() const { + return false; if (this->size() >= 7 && this->at(0) == OP_DUP) { // pay-to-pubkeyhash