Closed s1na closed 5 years ago
In make_multiproof I think the goal had been to truncate keys of keyvals when parsing an Extension, but the key is simply being cloned:
make_multiproof
keyvals
Extension
https://github.com/gballet/multiproof-rs/blob/269211ec3dee159bb46314390e6d8cbda40381e1/src/lib.rs#L492-L499
I think an Extension opcode also needs to be added to the instructions.
In
make_multiproof
I think the goal had been to truncate keys ofkeyvals
when parsing anExtension
, but the key is simply being cloned:https://github.com/gballet/multiproof-rs/blob/269211ec3dee159bb46314390e6d8cbda40381e1/src/lib.rs#L492-L499