333@@ -334,6 +334,82 @@ BOOST_AUTO_TEST_CASE(LoadReceiveRequests)
334 BOOST_CHECK_EQUAL(values[1], "val_rr1");
335 }
336
337+// Test some watch-only wallet methods by the procedure of loading (LoadWatchOnly),
338+// checking (HaveWatchOnly), getting (GetWatchPubKey) and removing (RemoveWatchOnly) a
339+// given PubKey, resp. its corresponding P2PK Script. Results of the the impact on
340+// the address -> PubKey map is dependent on whether the PubKey is cryptographically
s/cryptographically correct
/a point on the curve
/