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