1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-07-25 16:08:25 +00:00

Edited appdx-bitcore.asciidoc with Atlas code editor

This commit is contained in:
kristen@oreilly.com 2018-03-05 11:30:15 -08:00
parent 65a4a53a28
commit 902abb25d8

View File

@ -53,7 +53,7 @@ Creating a hierarchical deterministic private key and address:
> hdAddress = new bitcore.Address(hdPublicKey.publicKey).toString() > hdAddress = new bitcore.Address(hdPublicKey.publicKey).toString()
---- ----
Creating and signing a transaction from a UTXO: Creating and signing a transaction from an UTXO:
---- ----
> utxo = { > utxo = {