test fromHex.
This commit is contained in:
parent
d1d9396d3d
commit
7fab896ead
@ -113,11 +113,12 @@ bitcoind.on('open', function(status) {
|
||||
});
|
||||
}
|
||||
|
||||
bitcoind.on('parsed', function(packet) {
|
||||
bitcoind.log(packet);
|
||||
});
|
||||
// test tx:
|
||||
// return bitcoind.log(bitcoind.tx.fromHex(testTx));
|
||||
|
||||
return;
|
||||
return bitcoind.on('parsed', function(packet) {
|
||||
return bitcoind.log(packet);
|
||||
});
|
||||
|
||||
argv['on-block'] = true;
|
||||
setTimeout(function() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user