From 73959cbd112ac91148c3f0d36da95f2adb1ba8df Mon Sep 17 00:00:00 2001 From: Tuhina Date: Wed, 7 Dec 2016 19:08:47 +0800 Subject: [PATCH] Update example_transactions.md added to the output of RPC "signrawtransaction" when only part of the private keys required to sign the transaction have been provided. --- _includes/devdoc/example_transactions.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_includes/devdoc/example_transactions.md b/_includes/devdoc/example_transactions.md index b67fa9ce..c3754214 100644 --- a/_includes/devdoc/example_transactions.md +++ b/_includes/devdoc/example_transactions.md @@ -519,6 +519,15 @@ before, except now we have two inputs and two outputs. 76a914fa5139067622fd7e1e722a05c17c2bb7d5fd6df088ac0\ 0000000", "complete" : false + "errors": [ + { + "txid": "c53f8f5ac0b6b10cdc77f543718eb3880fee6cf9b5e0cbf4edb2a59c0fae09a4", + "vout": 0, + "scriptSig": "", + "sequence": 4294967295, + "error": "Operation not valid with the current stack size" + } + ] } {% endhighlight %} {% highlight bash %}