contract.js simplified
This commit is contained in:
@ -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 || {};
|
||||
|
Reference in New Issue
Block a user