Skip to content

Commit

Permalink
fixup! doc: document fundpsbt.
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyrussell committed Jul 13, 2020
1 parent 006afde commit 34aed2a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/lightning-fundpsbt.7

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/lightning-fundpsbt.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lightning-fundpsbt -- Command to populate PSBT inputs from the wallet
SYNOPSIS
--------

**fundpsbt** *satoshi* *feerate* \[*minconf* *reserve*\]
**fundpsbt** *satoshi* *feerate* \[*minconf*\] \[*reserve*\]

DESCRIPTION
-----------
Expand Down
5 changes: 3 additions & 2 deletions doc/lightning-reserveinputs.7

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions doc/lightning-reserveinputs.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ DESCRIPTION

The **reserveinputs** RPC command places (or increases) reservations on any
inputs specified in *psbt* which are known to lightningd. It will fail
with an error it any of the inputs are known to be spent.
with an error if any of the inputs are known to be spent, and ignore inputs
which are unknown.

Normally the command will fail (with no reservations made) if an input
is already reserved. If *exclusive* is set to *False*, then existing
Expand All @@ -21,7 +22,7 @@ reservations are simply extended, rather than causing failure.
RETURN VALUE
------------

On success, an *reservations* array is returned, with an entry for each input
On success, a *reservations* array is returned, with an entry for each input
which was reserved:

- *txid* is the input transaction id.
Expand Down

0 comments on commit 34aed2a

Please sign in to comment.