mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
Typo in test
This commit is contained in:
parent
d7e1950483
commit
e21b2e0d5f
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue