Added testnet config.
This commit is contained in:
parent
1e67cd3ac1
commit
e0376d373d
@ -10,6 +10,7 @@ var should = chai.should();
|
||||
var assert = chai.assert;
|
||||
var sinon = require('sinon');
|
||||
var blockData = require('./livenet-block-data.json');
|
||||
var testBlockData = require('./testnet-block-data.json');
|
||||
|
||||
describe('Basic Functionality', function() {
|
||||
|
||||
|
||||
4
integration/testnet-block-data.json
Normal file
4
integration/testnet-block-data.json
Normal file
File diff suppressed because one or more lines are too long
@ -672,7 +672,7 @@ start_node_thread(void) {
|
||||
*/
|
||||
|
||||
NAN_METHOD(StopBitcoind) {
|
||||
fprintf(stderr, "Stopping Bitcoind please wait!");
|
||||
fprintf(stderr, "Stopping Bitcoind please wait!\n");
|
||||
Isolate* isolate = Isolate::GetCurrent();
|
||||
HandleScope scope(isolate);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user