From 488ae7a83dd1d2a291c25ee37256180f9e21d1d0 Mon Sep 17 00:00:00 2001 From: Michael Rotarius Date: Thu, 4 May 2017 21:21:59 +0200 Subject: [PATCH] Updated CreateRawTransaction 0.14.1 --- .../devdoc/bitcoin-core/rpcs/rpcs/createrawtransaction.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/createrawtransaction.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/createrawtransaction.md index ae64fbc9..476f0fdc 100644 --- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/createrawtransaction.md +++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/createrawtransaction.md @@ -16,7 +16,7 @@ The `createrawtransaction` RPC {{summary_createRawTransaction}} *Parameter #1---references to previous outputs* {% itemplate ntpd1 %} -- n: "Outpoints" +- n: "Inputs" t: "array" p: "Required
(exactly 1)" d: "An array of objects, each one being an unspent outpoint" @@ -35,6 +35,11 @@ The `createrawtransaction` RPC {{summary_createRawTransaction}} t: "number (int)" p: "Required
(exactly 1)" d: "The output index number (vout) of the outpoint; the first output in a transaction is index `0`" + +- n: "→ →
`Sequence`" + t: "number (int)" + p: "Optional
(0 or 1)" + d: "The sequence number of the outpoint" {% enditemplate %}