Merge branch 'master' of https://github.com/bitcoin/bitcoin
[novacoin.git] / src / script.cpp
index 0fc4611..f5ca87c 100644 (file)
@@ -1138,6 +1138,7 @@ bool static ExtractAddressInner(const CScript& scriptPubKey, const CKeyStore* ke
         if (keystore == NULL || keystore->HaveKey(addressRet))
             return true;
     }
+
     return false;
 }