File tree Expand file tree Collapse file tree 5 files changed +2
-6
lines changed Expand file tree Collapse file tree 5 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,9 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
55var node = require ( './node' ) . node ;
66
77// Some general TODOs:
8- // TODO: write readme
9- // TODO: write license
10- // TODO: write changelog/history
11- // TODO: fix tests (currently broken after the helluva refactoring)
8+ // TODO: add changelog/history
129// TODO: add linting
1310// TODO: add editor config
14- // TODO: publish
1511
1612module . exports = _extends ( {
1713 initNode : function initNode ( opts ) {
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ var DEFAULT_OPTIONS = {
3636 cycleInterval : 60 ,
3737 epochInterval : 300 ,
3838 beatInterval : 10 ,
39- port : 16600 ,
4039 dataPath : DEFAULT_LIST_OPTIONS . dataPath ,
4140 // TODO: add process and HTTP api interfaces to query the node on current status
41+ port : 16600 ,
4242 apiPort : 17600 ,
4343 IRIPort : DEFAULT_IRI_OPTIONS . port ,
4444 TCPPort : 15600 ,
You can’t perform that action at this time.
0 commit comments