Omar Abdulaziz
Results
1
issues of
Omar Abdulaziz
Happens when `decompile` returns a null object, then `toASM` tries to `map`. https://github.com/bitcoinjs/bitcoinjs-lib/blob/6396fb488df79dd7cb27eb1b5f9fb56318055ff5/src/script.js#L158-L162 Do I have to check myself (in my code) if `decompile` returns a null before calling `toASM`?.