aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-09-20 20:57:33 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-09-20 20:57:33 +0800
commit1efcc5ad6267f0a46588ccd79f31b1aa0026dcc6 (patch)
treef4953eb75fb6f8c53b45e30e1d20c270ae2bf87f /src/types.ts
parent96d853fc4baecd0c10727539a32b04dadef73026 (diff)
downloaddexon-sol-tools-1efcc5ad6267f0a46588ccd79f31b1aa0026dcc6.tar
dexon-sol-tools-1efcc5ad6267f0a46588ccd79f31b1aa0026dcc6.tar.gz
dexon-sol-tools-1efcc5ad6267f0a46588ccd79f31b1aa0026dcc6.tar.bz2
dexon-sol-tools-1efcc5ad6267f0a46588ccd79f31b1aa0026dcc6.tar.lz
dexon-sol-tools-1efcc5ad6267f0a46588ccd79f31b1aa0026dcc6.tar.xz
dexon-sol-tools-1efcc5ad6267f0a46588ccd79f31b1aa0026dcc6.tar.zst
dexon-sol-tools-1efcc5ad6267f0a46588ccd79f31b1aa0026dcc6.zip
Fix the typo
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index b10d95adc..29fb40e73 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -390,7 +390,7 @@ export interface JSONRPCPayload {
}
/*
- * gasPirce: Gas price to use with every transaction
+ * gasPrice: Gas price to use with every transaction
* exchangeContractAddress: The address of an exchange contract to use
* tokenRegistryContractAddress: The address of a token registry contract to use
* etherTokenContractAddress: The address of an ether token contract to use