From e148af6320edd27183106801f92c3fa7761ff0c3 Mon Sep 17 00:00:00 2001 From: ligi Date: Thu, 6 Jul 2017 01:34:34 +0200 Subject: Fix typos --- src/TransactionTestsFiller/ttTransactionTestFiller.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/TransactionTestsFiller') 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" : -- cgit