diff --git a/example/index.js b/example/index.js index fd3f431a..ef57e371 100755 --- a/example/index.js +++ b/example/index.js @@ -113,7 +113,7 @@ bitcoind.on('open', function(status) { }); } - bitcoind.on('packet:parsed', function(packet) { + bitcoind.on('parsed', function(packet) { bitcoind.log(packet); });