Hello all, I made this multisig tx https://whatsonchain.com/tx/ecdf174bd86dc84d48904a7f6de8e978c4b4f9848a0ba2c7b147c02849912c50 following what wiki says... scriptPubKey: OP_3 <pubKey1> <pubKey2> <pubKey3> <pubKey4> <pubKey5> OP_5 OP_CHECKMULTISIG
scriptSig: OP_1 <sig1> <sig2> <sig4>
But when I try to unblock the utxo doin op_1 sig1 sig2 si4 it says "16: mandatory-script-verify-flag-failed (Signature must be zero for failed CHECK(MULTI)SIG operation)"
Does the multisig sig has any difference with p2sh sig? what am I missing?