diff options
| author | Pieter Wuille <[email protected]> | 2011-06-25 14:57:32 +0200 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2011-07-08 15:46:47 +0200 |
| commit | acd6501610817eee0bd1c8ea9c591f043affbaec (patch) | |
| tree | e2b05a5d0bc1a0b890b2b1d6a16713967143ff95 /src/script.cpp | |
| parent | Merge pull request #383 from sipa/syncdefault (diff) | |
| download | discoin-acd6501610817eee0bd1c8ea9c591f043affbaec.tar.xz discoin-acd6501610817eee0bd1c8ea9c591f043affbaec.zip | |
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 bd1b5b3c5..c17525034 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) { |