transactions – Script evaluated without error but finished with a false/empty top stack element (Electrum gives error)
[ad_1] I think you have a problem with your unlocking script for input 1 For input 2, your script is 0014DC6BF86354105DE2FCD9868A2B0376D6731CB92F hex meaning 00 OP_0 14 OP_PUSH20 DC6BF86354105DE2FCD9868A2B0376D6731CB92F pushed data Which looks standard However for input 1, I believe you have 160014AA6502A44947CF829B41B6D065E04E80F92897A2 hex meaning 16 OP_PUSH22 0014AA6502A44947CF829B41B6D065E04E80F92897A2 pushed data I suspect that initial byte 0x16 … Read more