This commit is contained in:
Cesar Alvarez Vallero 2021-07-17 20:41:53 -03:00
parent 4843dcb510
commit 77d013c8c9
No known key found for this signature in database
GPG Key ID: 8DEF166DA59D7898

View File

@ -467,7 +467,7 @@ $ bitcoin-cli analyzepsbt $psbt_new_f
"next": "extractor"
}
```
Now would you realy want to use `walletcreatefundedpsbt` if you were creating a `bitcoin-cli` program? Probably not. But it's the same analysis as whether to use `fundrawtransaction`. Do you let Bitcoin Core do the analysis and calculation and decisions, or do you take that on yourself?
Now would you really want to use `walletcreatefundedpsbt` if you were creating a `bitcoin-cli` program? Probably not. But it's the same analysis as whether to use `fundrawtransaction`. Do you let Bitcoin Core do the analysis and calculation and decisions, or do you take that on yourself?
## Send a PSBT
#### PSBT Role: Extractor