aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Wilcke <obscuren@users.noreply.github.com>2014-10-31 06:36:06 +0800
committerJeffrey Wilcke <obscuren@users.noreply.github.com>2014-10-31 06:36:06 +0800
commite84fa8d4e66bec290e0e20f3d7ba14db890c8cf2 (patch)
tree467abcae16f09578b35d2c11a55ca528e0d9c5ba
parentf11b5f3e40f9b523445541aafd0334b05a9ac143 (diff)
downloadgo-tangerine-e84fa8d4e66bec290e0e20f3d7ba14db890c8cf2.tar
go-tangerine-e84fa8d4e66bec290e0e20f3d7ba14db890c8cf2.tar.gz
go-tangerine-e84fa8d4e66bec290e0e20f3d7ba14db890c8cf2.tar.bz2
go-tangerine-e84fa8d4e66bec290e0e20f3d7ba14db890c8cf2.tar.lz
go-tangerine-e84fa8d4e66bec290e0e20f3d7ba14db890c8cf2.tar.xz
go-tangerine-e84fa8d4e66bec290e0e20f3d7ba14db890c8cf2.tar.zst
go-tangerine-e84fa8d4e66bec290e0e20f3d7ba14db890c8cf2.zip
transacton => transaction
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.js b/main.js
index 22cb4544e..1f609220b 100644
--- a/main.js
+++ b/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) {