UNPKG
bitcore-p2p
Version:
beta (11.4.0)
latest (10.10.7)
11.4.0
11.3.7
11.3.6
11.3.2
11.2.0
11.1.7
11.1.4
11.1.1
11.0.1
11.0.0
10.10.7
10.10.5
10.10.4
10.9.4
10.9.2
10.9.0
10.8.10
10.8.9
10.8.8
10.8.0
10.7.0
10.5.3
10.5.2
10.4.1
10.3.0
10.2.1
10.1.0
10.0.36
10.0.28
10.0.23
10.0.21
10.0.17
10.0.16
10.0.15
10.0.13
10.0.11
10.0.5
10.0.3
10.0.2
10.0.0
9.0.0
8.25.47
8.25.46
8.25.40
8.25.38
8.25.36
8.25.35
8.25.34
8.25.31
8.25.30
8.25.28
8.25.25
8.25.12
8.24.2
8.19.0
8.17.1
8.17.0
8.16.0
8.7.0
8.6.0
8.3.3
8.0.0
5.0.0-beta.2
5.0.0-beta.1
1.1.2
1.1.1
1.1.0
1.0.0
0.15.1
0.15.0
0.14.2
0.14.1
0.14.0
0.13.0
0.12.0
0.11.2
0.11.1
0.11.0
0.10.3
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
Interface to the bitcoin P2P network for bitcore
github.com/bitpay/bitcore-p2p
bitpay/bitcore-p2p
bitcore-p2p
/
lib
/
errors.js
9 lines
(6 loc)
•
162 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
var
spec = {
name
:
'P2P'
,
message
:
'Internal Error on bitcore-p2p Module {0}'
};
module
.
exports
=
require
(
'bitcore-lib'
).
errors
.
extend
(spec);