mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 00:53:47 +00:00
transacton => transaction
This commit is contained in:
parent
f11b5f3e40
commit
e84fa8d4e6
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue