mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-21 04:35:49 +00:00
make ts happy
This commit is contained in:
@@ -49,7 +49,7 @@ export class Bytes {
|
|||||||
}
|
}
|
||||||
|
|
||||||
toBytesSink(sink: BytesList): void {
|
toBytesSink(sink: BytesList): void {
|
||||||
sink.put(this.bytes)
|
sink.put(Buffer.concat([this.bytes]))
|
||||||
}
|
}
|
||||||
|
|
||||||
toBytes(): Uint8Array {
|
toBytes(): Uint8Array {
|
||||||
|
|||||||
Reference in New Issue
Block a user