Skip to content

Commit

Permalink
Merge pull request #93 from kleetus/updates/protocol
Browse files Browse the repository at this point in the history
Default protocol and bitcore-lib updates
  • Loading branch information
kleetus authored Apr 24, 2017
2 parents b7a6845 + c41681d commit 1ad1eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/messages/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function builder(options) {
options.BlockHeader = options.BlockHeader || bitcore.BlockHeader;
options.Transaction = options.Transaction || bitcore.Transaction;
options.MerkleBlock = options.MerkleBlock || bitcore.MerkleBlock;
options.protocolVersion = options.protocolVersion || 70000;
options.protocolVersion = options.protocolVersion || 70001;

var exported = {
constructors: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"url": "https://github.com/bitpay/bitcore-p2p.git"
},
"dependencies": {
"bitcore-lib": "^0.13.7",
"bitcore-lib": "^0.14",
"bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"socks5-client": "^0.3.6"
Expand Down

0 comments on commit 1ad1eed

Please sign in to comment.