Fix comment

This commit is contained in:
junderw 2020-01-15 11:28:56 +09:00
parent c8fdfae955
commit 717166e668
No known key found for this signature in database
GPG key ID: B256185D3A971908
3 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ class BufferWriter {
}
exports.BufferWriter = BufferWriter;
/**
* Helper class for serialization of bitcoin data types into a pre-allocated buffer.
* Helper class for reading of bitcoin data types from a buffer.
*/
class BufferReader {
constructor(buffer, offset = 0) {