We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9225de2 + f490dae commit 10b930dCopy full SHA for 10b930d
src/key.h
@@ -45,7 +45,7 @@ class CKey
45
//! The actual byte data
46
std::vector<unsigned char, secure_allocator<unsigned char> > keydata;
47
48
- //! Check whether the 32-byte array pointed to be vch is valid keydata.
+ //! Check whether the 32-byte array pointed to by vch is valid keydata.
49
bool static Check(const unsigned char* vch);
50
51
public:
0 commit comments