From 3359e1e19973868e01e6e81cd044e9c676b897df Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 22 Jan 2026 15:25:20 -1000 Subject: [PATCH] Update 04_3_Creating_a_Raw_Transaction_with_Named_Arguments.md --- 04_3_Creating_a_Raw_Transaction_with_Named_Arguments.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/04_3_Creating_a_Raw_Transaction_with_Named_Arguments.md b/04_3_Creating_a_Raw_Transaction_with_Named_Arguments.md index 16f71b6..ad6e812 100644 --- a/04_3_Creating_a_Raw_Transaction_with_Named_Arguments.md +++ b/04_3_Creating_a_Raw_Transaction_with_Named_Arguments.md @@ -1,3 +1,7 @@ +TODO: +* Update to non-legayc addresses +* Also add args parameter + # 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.