Update 04_5_Sending_Coins_with_Automated_Raw_Transactions.md

This commit is contained in:
Shannon Appelcline 2026-02-26 12:58:18 -10:00 committed by GitHub
parent 841cf40eb1
commit d177b8dc68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,6 +158,10 @@ $ bitcoin-cli listunspent
]
```
## Freeze Your Coins
[towrite]
## Summary: Sending Coins with Automated Raw Transactions
If you must send funds with raw transactions then `fundrawtransaction` gives you a nice alternative where fees, inputs, and outputs are calculated for you, so you don't accidentally lose a bunch of money.