Fix comment
This commit is contained in:
parent
c8fdfae955
commit
717166e668
3 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue