aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2017-03-19 11:26:31 +0100
committerMarcoFalke <[email protected]>2017-03-19 11:26:55 +0100
commit10b930dde8f14e9cb661810e97a33bbf144fc55c (patch)
tree542c55f53da6fb0a08239d5c4f30fd1b9c21dc57 /src
parentMerge #10024: [trivial] Use log.info() instead of print() in remaining functi... (diff)
parentTrivial: Fix typo in key.h comment (diff)
downloaddiscoin-10b930dde8f14e9cb661810e97a33bbf144fc55c.tar.xz
discoin-10b930dde8f14e9cb661810e97a33bbf144fc55c.zip
Merge #10033: Trivial: Fix typo in key.h comment
f490dae Trivial: Fix typo in key.h comment (Michael Goldstein) Tree-SHA512: 4b79bfa88313d3558edb9ab1c6d27bd45659355e81f224ba75c05ff069ebae4c9f443efd70ae274814bbb7cca8a9057942b9b867055c48e93822ac73e38a51ce
Diffstat (limited to 'src')
-rw-r--r--src/key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key.h b/src/key.h
index 37c74e873..925a8d186 100644
--- a/src/key.h
+++ b/src/key.h
@@ -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: