fix example.
This commit is contained in:
parent
090eb9ab42
commit
d1d9396d3d
@ -113,7 +113,7 @@ bitcoind.on('open', function(status) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
bitcoind.on('packet:parsed', function(packet) {
|
bitcoind.on('parsed', function(packet) {
|
||||||
bitcoind.log(packet);
|
bitcoind.log(packet);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user