[TS] Correct encodeUint64Array array view length
authorMatt Corallo <git@bluematt.me>
Thu, 6 Oct 2022 19:16:13 +0000 (19:16 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 6 Oct 2022 19:16:13 +0000 (19:16 +0000)
commit6b74b1e81161c39c95b6755954252862dd03ab19
tree9b070b145bc15eb5d0113910a5776bbafff8d6dd
parent384d4ce1dd44cbd9d7d09cf6ff7818ba0c3ac29b
[TS] Correct encodeUint64Array array view length

Otherwise the `set` call fails as the array view we've constructed
is only 1 element long.
typescript_strings.py