diff options
| author | Gavin Andresen <[email protected]> | 2011-09-26 06:05:11 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-09-26 06:05:11 -0700 |
| commit | f7f2a36925bb560363f691fc3ca3dec83830dd15 (patch) | |
| tree | c09327d910abe4e7947c53dcbb5f15b01ab194c1 /src/script.cpp | |
| parent | Merge pull request #528 from TheBlueMatt/gitian-downloader (diff) | |
| parent | move current qt specific readme to doc/, restore original README.md (diff) | |
| download | discoin-f7f2a36925bb560363f691fc3ca3dec83830dd15.tar.xz discoin-f7f2a36925bb560363f691fc3ca3dec83830dd15.zip | |
Merge pull request #521 from laanwj/qt
Qt GUI
Diffstat (limited to 'src/script.cpp')
| -rw-r--r-- | src/script.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script.cpp b/src/script.cpp index 6e7bcb5e1..12d3f9e83 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; } |