aboutsummaryrefslogtreecommitdiff
path: root/src/script.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2011-09-26 06:05:11 -0700
committerGavin Andresen <[email protected]>2011-09-26 06:05:11 -0700
commitf7f2a36925bb560363f691fc3ca3dec83830dd15 (patch)
treec09327d910abe4e7947c53dcbb5f15b01ab194c1 /src/script.cpp
parentMerge pull request #528 from TheBlueMatt/gitian-downloader (diff)
parentmove current qt specific readme to doc/, restore original README.md (diff)
downloaddiscoin-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.cpp1
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;
}