diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2011-06-25 14:57:32 +0200 |
---|---|---|
committer | Matt Corallo <matt@bluematt.me> | 2011-07-08 15:46:47 +0200 |
commit | acd6501610817eee0bd1c8ea9c591f043affbaec (patch) | |
tree | e2b05a5d0bc1a0b890b2b1d6a16713967143ff95 /src/script.cpp | |
parent | e94010b2395694d56dd62a2cb956a40ef801a191 (diff) |
Prepare codebase for Encrypted Keys.
Diffstat (limited to 'src/script.cpp')
-rw-r--r-- | src/script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script.cpp b/src/script.cpp index bd1b5b3c5f..c17525034a 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -1030,7 +1030,7 @@ bool Solver(const CKeyStore& keystore, const CScript& scriptPubKey, uint256 hash return false; // Compile solution - CRITICAL_BLOCK(keystore.cs_mapKeys) + CRITICAL_BLOCK(keystore.cs_KeyStore) { BOOST_FOREACH(PAIRTYPE(opcodetype, valtype)& item, vSolution) { |