missing fromAscii
This commit is contained in:
@ -267,7 +267,7 @@ var methodSignature = function (json, name) {
|
||||
result += inputTypes.join(',');
|
||||
result += ')';
|
||||
|
||||
return web3.sha3(result);
|
||||
return web3.sha3(web3.fromAscii(result));
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
|
Reference in New Issue
Block a user