Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #370 from cmgustavo/bug/gap-error
Browse files Browse the repository at this point in the history
Bug/gap error
  • Loading branch information
isocolsky authored May 29, 2017
2 parents 2508673 + 35784b9 commit 103590c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/errors/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ var errorSpec = [{
}, {
name: 'TX_NOT_FOUND',
message: 'Transaction proposal not found.'
}, {
name: 'MAIN_ADDRESS_GAP_REACHED',
message: 'Maximum number of consecutive addresses without activity reached.'
}];

module.exports = errorSpec;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bitcore-wallet-client",
"description": "Client for bitcore-wallet-service",
"author": "BitPay Inc",
"version": "5.2.0",
"version": "5.2.1",
"license": "MIT",
"keywords": [
"bitcoin",
Expand Down

0 comments on commit 103590c

Please sign in to comment.