Commit e84fa8d4 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

transacton => transaction

parent f11b5f3e
......@@ -48,7 +48,7 @@
};
var transactionCall = function (args) {
return typeof args[0] === "string" ? 'transactionByHash' : 'transactonByNumber';
return typeof args[0] === "string" ? 'transactionByHash' : 'transactionByNumber';
};
var uncleCall = function (args) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment