fcoin/lib/workers/worker.js
2017-07-17 14:26:37 -07:00

13 lines
291 B
JavaScript

/*!
* worker.js - worker thread/process for bcoin
* Copyright (c) 2014-2015, Fedor Indutny (MIT License)
* Copyright (c) 2014-2017, Christopher Jeffrey (MIT License).
* https://github.com/bcoin-org/bcoin
*/
'use strict';
let master = require('./master');
master.listen(process.env);