Remove curr.info
This commit is contained in:
parent
db53b6c720
commit
8678ef62d6
@ -129,7 +129,6 @@ export const decodeUpdateV2 = (update, YDecoder = UpdateDecoderV2) => {
|
|||||||
const lazyDecoder = new LazyStructReader(updateDecoder, false)
|
const lazyDecoder = new LazyStructReader(updateDecoder, false)
|
||||||
for (let curr = lazyDecoder.curr; curr !== null; curr = lazyDecoder.next()) {
|
for (let curr = lazyDecoder.curr; curr !== null; curr = lazyDecoder.next()) {
|
||||||
structs.push(curr)
|
structs.push(curr)
|
||||||
curr.info
|
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
'structs': structs,
|
'structs': structs,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user