mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Merge pull request #520 from javiervargas/patch-92
Update 04_6_Creando_una_Transaccion_Segwit.md
This commit is contained in:
commit
2132750203
@ -120,7 +120,7 @@ $ bitcoin-cli sendtoaddress tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx 0.005
|
|||||||
```
|
```
|
||||||
Si mira su transacción, puede ver el uso de la dirección Bech32:
|
Si mira su transacción, puede ver el uso de la dirección Bech32:
|
||||||
```
|
```
|
||||||
$ bitcoin-cli gettransaction txid="854a833b667049ac811b4cf1cad40fa7f8dce8b0f4c1018a58b84559b6e05f42" verbose=true
|
$ bitcoin-cli -named gettransaction txid="854a833b667049ac811b4cf1cad40fa7f8dce8b0f4c1018a58b84559b6e05f42" verbose=true
|
||||||
{
|
{
|
||||||
"amount": -0.00500000,
|
"amount": -0.00500000,
|
||||||
"fee": -0.00036600,
|
"fee": -0.00036600,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user