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