diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-09-20 20:57:33 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-09-20 20:57:33 +0800 |
commit | 1efcc5ad6267f0a46588ccd79f31b1aa0026dcc6 (patch) | |
tree | f4953eb75fb6f8c53b45e30e1d20c270ae2bf87f | |
parent | 96d853fc4baecd0c10727539a32b04dadef73026 (diff) | |
download | dexon-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
-rw-r--r-- | src/types.ts | 2 |
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 |