UNPKG
@dashevo/dashcore-p2p
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
Interface to the dash P2P network for Dashcore
github.com/dashevo/dashcore-p2p
dashevo/dashcore-p2p
@dashevo/dashcore-p2p
/
lib
/
errors.js
9 lines
(6 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
var
spec = {
name
:
'P2P'
,
message
:
'Internal Error on dashcore-p2p Module {0}'
};
module
.
exports
=
require
(
'@dashevo/dashcore-lib'
).
errors
.
extend
(spec);