diff options
author | ligi <ligi@ligi.de> | 2017-07-06 07:34:34 +0800 |
---|---|---|
committer | ligi <ligi@ligi.de> | 2017-07-07 08:00:28 +0800 |
commit | e148af6320edd27183106801f92c3fa7761ff0c3 (patch) | |
tree | 644b6f853a0bee7617bbbf3057da7ada1bd0b36f /src | |
parent | c5f94b732fe14241efcb71253a5b514b3cf21baa (diff) | |
download | dexon-tests-e148af6320edd27183106801f92c3fa7761ff0c3.tar dexon-tests-e148af6320edd27183106801f92c3fa7761ff0c3.tar.gz dexon-tests-e148af6320edd27183106801f92c3fa7761ff0c3.tar.bz2 dexon-tests-e148af6320edd27183106801f92c3fa7761ff0c3.tar.lz dexon-tests-e148af6320edd27183106801f92c3fa7761ff0c3.tar.xz dexon-tests-e148af6320edd27183106801f92c3fa7761ff0c3.tar.zst dexon-tests-e148af6320edd27183106801f92c3fa7761ff0c3.zip |
Fix typos
Diffstat (limited to 'src')
-rw-r--r-- | src/TransactionTestsFiller/ttTransactionTestFiller.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/TransactionTestsFiller/ttTransactionTestFiller.json b/src/TransactionTestsFiller/ttTransactionTestFiller.json index 74231e7d3..5a2421cb8 100644 --- a/src/TransactionTestsFiller/ttTransactionTestFiller.json +++ b/src/TransactionTestsFiller/ttTransactionTestFiller.json @@ -360,7 +360,7 @@ } }, - "TransactionWithHihghValue" : { + "TransactionWithHighValue" : { "expect" : "valid", "blocknumber" : "0", "transaction" : @@ -684,7 +684,7 @@ } }, - "TransactionWithHihghNonce256" : { + "TransactionWithHighNonce256" : { "expect" : "valid", "blocknumber" : "0", "transaction" : @@ -701,9 +701,9 @@ } }, - "TransactionWithHihghNonce32" : { + "TransactionWithHighNonce32" : { "expect" : "valid", - "blocknumber" : "0", + "blocknumber" : "0", "transaction" : { "data" : "", @@ -720,7 +720,7 @@ "TransactionWithNonceOverflow" : { "expect" : "invalid", - "blocknumber" : "0", + "blocknumber" : "0", "transaction" : { "data" : "", @@ -735,7 +735,7 @@ } }, - "TransactionWithHihghGas" : { + "TransactionWithHighGas" : { "expect" : "valid", "blocknumber" : "0", "transaction" : @@ -753,7 +753,7 @@ } }, - "TransactionWithHihghGasPrice" : { + "TransactionWithHighGasPrice" : { "expect" : "valid", "blocknumber" : "0", "transaction" : @@ -770,7 +770,7 @@ } }, - "TransactionWithHihghGasPrice2" : { + "TransactionWithHighGasPrice2" : { "expect" : "valid", "blocknumber" : "0", "transaction" : |