diff options
author | Jeffrey Wilcke <obscuren@users.noreply.github.com> | 2014-10-31 06:36:06 +0800 |
---|---|---|
committer | Jeffrey Wilcke <obscuren@users.noreply.github.com> | 2014-10-31 06:36:06 +0800 |
commit | e84fa8d4e66bec290e0e20f3d7ba14db890c8cf2 (patch) | |
tree | 467abcae16f09578b35d2c11a55ca528e0d9c5ba | |
parent | f11b5f3e40f9b523445541aafd0334b05a9ac143 (diff) | |
download | dexon-e84fa8d4e66bec290e0e20f3d7ba14db890c8cf2.tar.gz dexon-e84fa8d4e66bec290e0e20f3d7ba14db890c8cf2.tar.zst dexon-e84fa8d4e66bec290e0e20f3d7ba14db890c8cf2.zip |
transacton => transaction
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |