From 6856d27484e9cf60a5ee98a3caa54b137be16690 Mon Sep 17 00:00:00 2001 From: y-chan Date: Fri, 26 Apr 2019 19:45:34 +0900 Subject: [PATCH] fix miss --- tests/tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.json b/tests/tests.json index f0927766..756ad06c 100644 --- a/tests/tests.json +++ b/tests/tests.json @@ -143,7 +143,7 @@ }, "vipstarcoin": { "rpc": ["GetBlock", "GetBlockHash", "GetTransaction", "GetTransactionForMempool", "MempoolSync", - ,"EstimateFee", "GetBestBlockHash", "GetBestBlockHeight", "GetBlockHeader"], + "EstimateFee", "GetBestBlockHash", "GetBestBlockHeight", "GetBlockHeader"], "sync": ["ConnectBlocksParallel", "ConnectBlocks", "HandleFork"] } }