mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-22 17:42:25 +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) {
|
var transactionCall = function (args) {
|
||||||
return typeof args[0] === "string" ? 'transactionByHash' : 'transactonByNumber';
|
return typeof args[0] === "string" ? 'transactionByHash' : 'transactionByNumber';
|
||||||
};
|
};
|
||||||
|
|
||||||
var uncleCall = function (args) {
|
var uncleCall = function (args) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue