Skip to content

Commit 0578346

Browse files
authored
Merge pull request #285 from csralvall/fix-07_1
Fix typo
2 parents 3c0e39e + 77d013c commit 0578346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ $ bitcoin-cli analyzepsbt $psbt_new_f
467467
"next": "extractor"
468468
}
469469
```
470-
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?
470+
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?
471471

472472
## Send a PSBT
473473
#### PSBT Role: Extractor

0 commit comments

Comments
 (0)