Browse Source

Check we haven't trashed the first key entry with the second

pull/4/head
Jack Grigg 8 years ago
parent
commit
6ae516f10b
  1. 1
      src/gtest/test_keystore.cpp

1
src/gtest/test_keystore.cpp

@ -96,5 +96,6 @@ TEST(keystore_tests, store_and_retrieve_spending_key_in_encrypted_store) {
keyStore.GetPaymentAddresses(addrs);
ASSERT_EQ(2, addrs.size());
ASSERT_EQ(1, addrs.count(addr));
ASSERT_EQ(1, addrs.count(addr2));
}

Loading…
Cancel
Save