update of importaddress

This commit is contained in:
Shannon Appelcline 2020-07-07 15:01:41 -10:00 committed by GitHub
parent 2f254883eb
commit ae935660e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,11 +51,10 @@ As noted in the previous section, it doesn't matter whether you use addresses or
Afterward, the members of the multisig will still need to run `importaddress` to watch for funds received on the multisig address: 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 machine1$ bitcoin-cli -named importaddress address=2Mzw7WBvh9RAQ4ssKqxyNyP7L9NAojLqSW8 rescan="false"
machine2$ bitcoin-cli -named importaddress address=2Mzw7WBvh9RAQ4ssKqxyNyP7L9NAojLqSW8 machine2$ bitcoin-cli -named importaddress address=2Mzw7WBvh9RAQ4ssKqxyNyP7L9NAojLqSW8 rescan="false"
``` ```
(Or use other means if they have a pruned node.)
## Respend with an Automated Transaction ## Respend with an Automated Transaction