Bitcoin

Consensus – Lib bitcoinconsensus verification returns SCRIPT_ERR_INVALID_STACK_OPERATION in P2SH multi-signature output.

I was trying to verify a previous transaction. 6a26d2ecb67f27d1fa5524763b49029d7106e91e3cc05743073461a719776192 P2SH I got multi-signature input 0 using lib bitcoinconsensus. SCRIPT_ERR_INVALID_STACK_OPERATION.

Here is a screenshot of it:

btcdeb --tx=0100000001f6ea284ec7521f8a7d094a6cf4e6873098b90f90725ffd372b343189d7a4089c0100000026255121029b6d2c97b8b7c718c325d7be3ac30f7c9d67651bce0c929f55ee77ce58efcf8451aeffffffff0130570500000000001976a9145a3acbc7bbcc97c5ff16f5909c9d7d3fadb293a888ac00000000 --txin=010000000168781ca236d8e70e4af8285852defabeff61c73db259cbbbebdf7bdac918c234010000004847304402206d186984373e0b781b85f49334cc9a249ffd13a448a5d1732096b011a10063e102206d280df8f4b5e6805f48eb04601ca6d97edd78f2b2d1104dc577e08fd788c78001ffffffff02cce80900000000001976a914fe58bbf690824bdaffb0431a709c27d7bdb6105e88ac801a06000000000017a91419a7d869032368fd1f1e26e5e73a4ad0e474960e8700000000

I get the same error.

How did Bitcoin Core confirm this transaction and how can I confirm it with lib bitcoinconsensus?

Related Articles

Back to top button