btctxfee clarification

Clarification per helpful suggestion by @Goosie
This commit is contained in:
Shannon Appelcline 2020-06-16 08:31:58 -10:00 committed by GitHub
parent 6d18c2cbdf
commit 92750cf894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ $ bitcoin-cli -named decoderawtransaction hexstring=$rawtxhex3
] ]
} }
``` ```
We saw the fee in the more extensive output, before we saved the hex to a variable with JQ, but you can verify it with the `btctxfee` JQ alias: We saw the fee in the more extensive output, before we saved the hex to a variable with JQ, but you can verify it with the `btctxfee` JQ alias created in the [JQ Interlude](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/blob/master/04_2__Interlude_Using_JQ.md):
``` ```
$ btctxfee $rawtxhex3 $ btctxfee $rawtxhex3
.00023 .00023