aboutsummaryrefslogtreecommitdiffstats
path: root/lib/event.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/event.js')
-rw-r--r--lib/event.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/event.js b/lib/event.js
index 724acde81..e8312ccdb 100644
--- a/lib/event.js
+++ b/lib/event.js
@@ -1,7 +1,7 @@
var abi = require('./abi');
-var implementationOfEvent = function (event, address, signature) {
+var implementationOfEvent = function (address, signature) {
return function (options) {
var o = options || {};