diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/createrawtransaction.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/createrawtransaction.md index a7754188..ae64fbc9 100644 --- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/createrawtransaction.md +++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/createrawtransaction.md @@ -57,7 +57,7 @@ The `createrawtransaction` RPC {{summary_createRawTransaction}} {% itemplate ntpd1 %} - n: "Locktime" - t: "numeric" + t: "numeric (int)" p: "Optional
(0 or 1)" d: "*Added in Bitcoin Core 0.12.0*

Indicates the earliest time a transaction can be added to the block chain" diff --git a/_includes/devdoc/bitcoin-core/rpcs/rpcs/fundrawtransaction.md b/_includes/devdoc/bitcoin-core/rpcs/rpcs/fundrawtransaction.md index 5c467b65..7007bd89 100644 --- a/_includes/devdoc/bitcoin-core/rpcs/rpcs/fundrawtransaction.md +++ b/_includes/devdoc/bitcoin-core/rpcs/rpcs/fundrawtransaction.md @@ -41,7 +41,7 @@ All existing inputs must have their previous output transaction be in the wallet d: "The bitcoin address to receive the change. If not set, the address is chosen from address pool" - n: "→
`changePosition`" - t: "nummeric " + t: "nummeric (int)" p: "Optional
(0 or 1)" d: "The index of the change output. If not set, the change position is randomly chosen"