dexX7 8ac2a4e178
RPC: show script verification errors in "signrawtransaction" result
If there are any script verification errors, when using "signrawtransaction", they are shown in the RPC result:

```
// ...

Result:
{
  "hex" : "value",           (string) The hex-encoded raw transaction with signature(s)
  "complete" : true|false,   (boolean) If the transaction has a complete set of signatures
  "errors" : [                 (json array of objects) Script verification errors (if there are any)
    {
      "txid" : "hash",           (string) The hash of the referenced, previous transaction
      "vout" : n,                (numeric) The index of the output to spent and used as input
      "scriptSig" : "hex",       (string) The hex-encoded signature script
      "sequence" : n,            (numeric) Script sequence number
      "error" : "text"           (string) Verification or signing error related to the input
    }
    ,...
  ]
}
```
2015-05-05 09:40:55 +02:00
..
2015-03-06 15:54:53 +01:00
2015-03-06 15:54:53 +01:00
2015-03-27 14:03:36 -07:00
2015-04-30 08:16:30 -07:00
2014-12-16 15:56:50 +08:00
2015-05-04 08:01:58 +02:00
2015-04-24 16:11:23 +02:00
2014-12-19 19:55:32 +01:00
2014-12-19 19:55:32 +01:00
2015-05-02 15:23:59 +00:00
2015-04-30 16:37:18 +02:00
2015-04-30 16:37:18 +02:00
2015-04-30 07:58:29 -07:00
2015-05-04 08:01:58 +02:00
2014-12-19 19:55:32 +01:00
2015-05-02 15:23:59 +00:00
2015-05-04 08:01:58 +02:00
2015-05-04 08:01:58 +02:00
2015-05-01 11:21:27 +00:00
2015-05-01 11:21:27 +00:00
2015-05-01 11:21:27 +00:00
2015-01-07 13:03:41 +01:00
2014-12-19 19:55:32 +01:00
2014-12-19 19:55:32 +01:00
2014-12-31 10:50:06 +01:00
2014-12-19 19:55:32 +01:00
2015-03-06 15:54:53 +01:00
2014-12-19 19:55:32 +01:00
2015-03-22 15:18:55 -04:00
2014-12-19 19:55:32 +01:00
2015-05-04 08:01:58 +02:00
2015-05-01 11:21:27 +00:00
2015-05-01 11:21:27 +00:00
2015-05-01 11:21:27 +00:00
2015-05-04 08:01:58 +02:00
2015-04-17 13:26:47 +02:00
2014-12-19 19:55:32 +01:00
2014-12-19 19:55:32 +01:00
2014-12-19 19:55:32 +01:00
2015-04-30 16:37:18 +02:00
2014-12-19 19:55:32 +01:00
2015-04-26 14:42:09 +02:00
2015-04-17 13:26:47 +02:00
2015-04-17 13:26:47 +02:00
2015-04-20 13:29:21 +02:00
2015-01-02 17:54:21 +01:00
2014-12-19 19:55:32 +01:00
2014-12-19 19:55:32 +01:00
2015-04-30 16:37:18 +02:00
2014-12-19 19:55:32 +01:00
2015-03-30 14:28:09 +02:00
2014-12-19 19:55:32 +01:00