summa-tx / bitcoin-spv

utilities for Bitcoin SPV proof verification on (many!) other chains
Other
170 stars 45 forks source link

update or remove extractOutputScriptLength in solidity. #156

Open prestwich opened 4 years ago

prestwich commented 4 years ago

extractOutputScriptLength assumes the output script varint is only 1 byte long. Update to correct multi-byte varint behavior or remove the method

prestwich commented 4 years ago

should also verify behavior in other languages