aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke <lukem512@users.noreply.github.com>2014-10-13 16:57:09 +0100
committerLuke <lukem512@users.noreply.github.com>2014-10-13 16:57:09 +0100
commite21b2e0d5f621de5d8d5a9daae910ec512e29aa2 (patch)
tree76cf8654c1609b820f630a9fc29e6bbbfbc3aa38 /src
parentd7e195048342afae9168377cebfc22ab000728a5 (diff)
downloadbitcoin-e21b2e0d5f621de5d8d5a9daae910ec512e29aa2.tar.xz
Typo in test
Diffstat (limited to 'src')
-rw-r--r--src/test/key_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/key_tests.cpp b/src/test/key_tests.cpp
index 203c20731a..b32f3774fe 100644
--- a/src/test/key_tests.cpp
+++ b/src/test/key_tests.cpp
@@ -75,7 +75,7 @@ BOOST_AUTO_TEST_CASE(key_test1)
CKey key1C = bsecret1C.GetKey();
BOOST_CHECK(key1C.IsCompressed() == true);
CKey key2C = bsecret2C.GetKey();
- BOOST_CHECK(key1C.IsCompressed() == true);
+ BOOST_CHECK(key2C.IsCompressed() == true);
CPubKey pubkey1 = key1. GetPubKey();
CPubKey pubkey2 = key2. GetPubKey();