Skip to content

Commit d5dc66e

Browse files
committed
doc: fix/improve analyzepsbt in doc/psbt.md
- fix: replace "RPC" with "PSBT" - output includes the current status of the analyzed psbt's inputs - apply "if possible" to the fee as well as to the estimated weight and feerate, since the fee is only shown if all utxo slots in the psbt have been filled - add "final" to the estimated weight and feerate
1 parent 7263424 commit d5dc66e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/psbt.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,10 @@ hardware implementations will typically implement multiple roles simultaneously.
8282
transactions.
8383
- **`decodepsbt`** is a diagnostic utility RPC which will show all information in
8484
a PSBT in human-readable form, as well as compute its eventual fee if known.
85-
- **`analyzepsbt`** is a utility RPC that examines an RPC and reports the
86-
next steps in the workflow if known, computes the fee of the resulting
87-
transaction, and estimates the weight and feerate if possible.
85+
- **`analyzepsbt`** is a utility RPC that examines a PSBT and reports the
86+
current status of its inputs, the next step in the workflow if known, and if
87+
possible, computes the fee of the resulting transaction and estimates the
88+
final weight and feerate.
8889

8990

9091
### Workflows

0 commit comments

Comments
 (0)