Merge pull request #271 from csralvall/fix-04_6

Add missing flag to bitcoin-cli command
This commit is contained in:
Shannon Appelcline 2021-07-14 13:35:06 -10:00 committed by GitHub
commit f6e6dcfefa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ $ bitcoin-cli sendtoaddress tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx 0.005
```
If you look at your transaction, you can see the use of the Bech32 address:
```
$ bitcoin-cli gettransaction txid="854a833b667049ac811b4cf1cad40fa7f8dce8b0f4c1018a58b84559b6e05f42" verbose=true
$ bitcoin-cli -named gettransaction txid="854a833b667049ac811b4cf1cad40fa7f8dce8b0f4c1018a58b84559b6e05f42" verbose=true
{
"amount": -0.00500000,
"fee": -0.00036600,