mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
Trivial: Fix typo in key.h comment
This commit is contained in:
parent
baae3149d6
commit
f490dae56b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ private:
|
|||
//! The actual byte data
|
||||
std::vector<unsigned char, secure_allocator<unsigned char> > keydata;
|
||||
|
||||
//! 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.
|
||||
bool static Check(const unsigned char* vch);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue