2

What does this error mean?

I've manually constructed a transaction, and I get this error when I try to insert it in to the network.

inersha
  • 3,063
  • 1
  • 17
  • 41
  • did you solved the problem? I have faced the similar problem when i tried to send some bitcoin to multiple output addresses. when i tried with a single output address it worked. – suhailvs Sep 22 '17 at 13:55

1 Answers1

1

From the source code:

// Check whether the failure was caused by a
// non-mandatory script verification check, such as
// non-standard DER encodings or non-null dummy
// arguments; if so, don't trigger DoS protection to
// avoid splitting the network between upgraded and
// non-upgraded nodes.

It sounds like maybe your transaction signature isn't standard.

Jimmy Song
  • 7,759
  • 17
  • 35