mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 20:32:35 -03:00
parent
ea756bc48c
commit
7e8b4de059
1 changed files with 1 additions and 1 deletions
|
@ -1674,7 +1674,7 @@ UniValue analyzepsbt(const JSONRPCRequest& request)
|
||||||
" \"estimated_feerate\" : feerate (numeric, optional) Estimated feerate of the final signed transaction in " + CURRENCY_UNIT + "/kB. Shown only if all UTXO slots in the PSBT have been filled.\n"
|
" \"estimated_feerate\" : feerate (numeric, optional) Estimated feerate of the final signed transaction in " + CURRENCY_UNIT + "/kB. Shown only if all UTXO slots in the PSBT have been filled.\n"
|
||||||
" \"fee\" : fee (numeric, optional) The transaction fee paid. Shown only if all UTXO slots in the PSBT have been filled.\n"
|
" \"fee\" : fee (numeric, optional) The transaction fee paid. Shown only if all UTXO slots in the PSBT have been filled.\n"
|
||||||
" \"next\" : \"role\" (string) Role of the next person that this psbt needs to go to\n"
|
" \"next\" : \"role\" (string) Role of the next person that this psbt needs to go to\n"
|
||||||
" \"error\" : \"error\" (string) Error message if there is one"
|
" \"error\" : \"error\" (string) Error message if there is one\n"
|
||||||
"}\n"
|
"}\n"
|
||||||
},
|
},
|
||||||
RPCExamples {
|
RPCExamples {
|
||||||
|
|
Loading…
Reference in a new issue