mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
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.
This commit is contained in:
parent
5e54a9c164
commit
73959cbd11
1 changed files with 9 additions and 0 deletions
|
@ -519,6 +519,15 @@ before, except now we have two inputs and two outputs.
|
||||||
76a914fa5139067622fd7e1e722a05c17c2bb7d5fd6df088ac0\
|
76a914fa5139067622fd7e1e722a05c17c2bb7d5fd6df088ac0\
|
||||||
0000000",
|
0000000",
|
||||||
"complete" : false
|
"complete" : false
|
||||||
|
"errors": [
|
||||||
|
{
|
||||||
|
"txid": "c53f8f5ac0b6b10cdc77f543718eb3880fee6cf9b5e0cbf4edb2a59c0fae09a4",
|
||||||
|
"vout": 0,
|
||||||
|
"scriptSig": "",
|
||||||
|
"sequence": 4294967295,
|
||||||
|
"error": "Operation not valid with the current stack size"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue