Fix comment
This commit is contained in:
parent
c8fdfae955
commit
717166e668
3 changed files with 3 additions and 3 deletions
ts_src
|
@ -93,7 +93,7 @@ export class 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.
|
||||
*/
|
||||
export class BufferReader {
|
||||
constructor(public buffer: Buffer, public offset: number = 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue