1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-02-17 01:52:09 +00:00

Merge pull request #658 from morenoh149/patch-1

Remove unneeded env var declaration
This commit is contained in:
Will Binns 2020-04-30 22:12:32 -06:00 committed by GitHub
commit ea44ca0fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,6 @@ If using NodeJS and the node REPL:
[source,bash]
----
$ npm install -g bitcore-lib bitcore-p2p
$ NODE_PATH=$(npm list -g | head -1)/node_modules node
----
==== Wallet Examples using bitcore-lib