From 61c1e0d344bc09bdcfb9a2de0026948c4e22ebd6 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Tue, 20 Jun 2023 20:26:01 +0200 Subject: [PATCH] Drop removed estimatefee requests from zcash integration tests --- tests/tests.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests.json b/tests/tests.json index a53cd23e..9bea77fb 100644 --- a/tests/tests.json +++ b/tests/tests.json @@ -162,12 +162,12 @@ }, "zcash": { "rpc": ["GetBlock", "GetBlockHash", "GetTransaction", "GetTransactionForMempool", "MempoolSync", - "EstimateSmartFee", "EstimateFee", "GetBestBlockHash", "GetBestBlockHeight", "GetBlockHeader"], + "GetBestBlockHash", "GetBestBlockHeight", "GetBlockHeader"], "sync": ["ConnectBlocksParallel", "ConnectBlocks", "HandleFork"] }, "zcash_testnet": { "rpc": ["GetBlock", "GetBlockHash", "GetTransaction", "GetTransactionForMempool", "MempoolSync", - "EstimateSmartFee", "EstimateFee", "GetBestBlockHash", "GetBestBlockHeight", "GetBlockHeader"], + "GetBestBlockHash", "GetBestBlockHeight", "GetBlockHeader"], "sync": ["ConnectBlocksParallel", "ConnectBlocks", "HandleFork"] }, "pivx": {