Merge pull request #285 from csralvall/fix-07_1

Fix typo
This commit is contained in:
Shannon Appelcline 2021-07-20 08:32:39 -10:00 committed by GitHub
commit 0578346b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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