Skip to content

Commit 63618ce

Browse files
authored
changed address example
Fixed per #573
1 parent 2261e14 commit 63618ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

06_3_Sending_an_Automated_Multisig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ As noted in the previous section, it currently doesn't matter whether you use ad
4949

5050
Afterward, the members of the multisig will still need to run `importaddress` to watch for funds received on the multisig address:
5151
```
52-
machine1$ bitcoin-cli -named importaddress address=2Mzw7WBvh9RAQ4ssKqxyNyP7L9NAojLqSW8 rescan="false"
52+
machine1$ bitcoin-cli -named importaddress address=tb1q9as46kupwcxancdx82gw65365svlzdwmjal4uxs23t3zz3rgg3wqpqlhex rescan="false"
5353
54-
machine2$ bitcoin-cli -named importaddress address=2Mzw7WBvh9RAQ4ssKqxyNyP7L9NAojLqSW8 rescan="false"
54+
machine2$ bitcoin-cli -named importaddress address=tb1q9as46kupwcxancdx82gw65365svlzdwmjal4uxs23t3zz3rgg3wqpqlhex rescan="false"
5555
```
5656

5757
## Respend with an Automated Transaction

0 commit comments

Comments
 (0)