From 63618ce2785df5c4a82acb79bc940626d1007056 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 14 Jun 2022 12:57:59 -1000 Subject: [PATCH] changed address example Fixed per #573 --- 06_3_Sending_an_Automated_Multisig.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/06_3_Sending_an_Automated_Multisig.md b/06_3_Sending_an_Automated_Multisig.md index 855bb66..3074912 100644 --- a/06_3_Sending_an_Automated_Multisig.md +++ b/06_3_Sending_an_Automated_Multisig.md @@ -49,9 +49,9 @@ As noted in the previous section, it currently doesn't matter whether you use ad Afterward, the members of the multisig will still need to run `importaddress` to watch for funds received on the multisig address: ``` -machine1$ bitcoin-cli -named importaddress address=2Mzw7WBvh9RAQ4ssKqxyNyP7L9NAojLqSW8 rescan="false" +machine1$ bitcoin-cli -named importaddress address=tb1q9as46kupwcxancdx82gw65365svlzdwmjal4uxs23t3zz3rgg3wqpqlhex rescan="false" -machine2$ bitcoin-cli -named importaddress address=2Mzw7WBvh9RAQ4ssKqxyNyP7L9NAojLqSW8 rescan="false" +machine2$ bitcoin-cli -named importaddress address=tb1q9as46kupwcxancdx82gw65365svlzdwmjal4uxs23t3zz3rgg3wqpqlhex rescan="false" ``` ## Respend with an Automated Transaction