Update 04_3_Creating_a_Raw_Transaction_with_Named_Arguments.md

This commit is contained in:
Shannon Appelcline 2026-01-22 15:25:20 -10:00 committed by GitHub
parent d1db3f308a
commit 3359e1e199
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,7 @@
TODO:
* Update to non-legayc addresses
* Also add args parameter
# 4.3 Creating a Raw Transaction with Named Arguments # 4.3 Creating a Raw Transaction with Named Arguments
It can sometimes be daunting to figure out the right order for the arguments to a bitcoin-cli command. Fortunately, you can use _named arguments_ as an alternative. It can sometimes be daunting to figure out the right order for the arguments to a bitcoin-cli command. Fortunately, you can use _named arguments_ as an alternative.