X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fscript.cpp;h=12d3f9e83a3f468f7a1d559e7204b913b63443d9;hb=7a15d4ff67c9a6e3b6b5a63f82f76ffe1937c3b8;hp=6e7bcb5e14c20abe50edca0492755045745f426e;hpb=86fd7c5af6cf3f907c50cf25ff844cd23e271c70;p=novacoin.git diff --git a/src/script.cpp b/src/script.cpp index 6e7bcb5..12d3f9e 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -1132,6 +1132,7 @@ bool static ExtractAddressInner(const CScript& scriptPubKey, const CKeyStore* ke if (keystore == NULL || keystore->HaveKey(addressRet)) return true; } + return false; }