Correct example link in README.md.
This commit is contained in:
parent
abafe9678b
commit
631c7850ec
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ $ go get github.com/conformal/btcscript
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
* [Standard Pay-to-pubkey-hash Script]
|
* [Standard Pay-to-pubkey-hash Script]
|
||||||
(http://godoc.org/github.com/conformal/btcdb#example-PayToAddrScript)
|
(http://godoc.org/github.com/conformal/btcscript#example-PayToAddrScript)
|
||||||
Demonstrates creating a script which pays to a bitcoin address. It also
|
Demonstrates creating a script which pays to a bitcoin address. It also
|
||||||
prints the created script hex and uses the DisasmString function to display
|
prints the created script hex and uses the DisasmString function to display
|
||||||
the disassembled script.
|
the disassembled script.
|
||||||
|
|
Loading…
Reference in a new issue