You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the decoderawtransaction command (btcDecode function?) we noticed that it does not check if the entire input was successfully consumed when decoding which is important to keep it consistent.
Thanks for reporting, we can address this. Seems like just an API mismatch (discarding the extra bytes vs erroring) though I think we should match bitcoind's behavior here.
Thanks for reporting, we can address this. Seems like just an API mismatch (discarding the extra bytes vs erroring) though I think we should match bitcoind's behavior here.
Using the
decoderawtransaction
command (btcDecode
function?) we noticed that it does not check if the entire input was successfully consumed when decoding which is important to keep it consistent.To reproduce:
Obs.: Running same command on Bitcoin Core fails.
The text was updated successfully, but these errors were encountered: