diff options
author | Luke <lukem512@users.noreply.github.com> | 2014-10-13 16:57:09 +0100 |
---|---|---|
committer | Luke <lukem512@users.noreply.github.com> | 2014-10-13 16:57:09 +0100 |
commit | e21b2e0d5f621de5d8d5a9daae910ec512e29aa2 (patch) | |
tree | 76cf8654c1609b820f630a9fc29e6bbbfbc3aa38 /src/test/key_tests.cpp | |
parent | d7e195048342afae9168377cebfc22ab000728a5 (diff) |
Typo in test
Diffstat (limited to 'src/test/key_tests.cpp')
-rw-r--r-- | src/test/key_tests.cpp | 2 |
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(); |