Drop removed estimatefee requests from zcash integration tests
This commit is contained in:
parent
e64b8cef1a
commit
61c1e0d344
@ -162,12 +162,12 @@
|
|||||||
},
|
},
|
||||||
"zcash": {
|
"zcash": {
|
||||||
"rpc": ["GetBlock", "GetBlockHash", "GetTransaction", "GetTransactionForMempool", "MempoolSync",
|
"rpc": ["GetBlock", "GetBlockHash", "GetTransaction", "GetTransactionForMempool", "MempoolSync",
|
||||||
"EstimateSmartFee", "EstimateFee", "GetBestBlockHash", "GetBestBlockHeight", "GetBlockHeader"],
|
"GetBestBlockHash", "GetBestBlockHeight", "GetBlockHeader"],
|
||||||
"sync": ["ConnectBlocksParallel", "ConnectBlocks", "HandleFork"]
|
"sync": ["ConnectBlocksParallel", "ConnectBlocks", "HandleFork"]
|
||||||
},
|
},
|
||||||
"zcash_testnet": {
|
"zcash_testnet": {
|
||||||
"rpc": ["GetBlock", "GetBlockHash", "GetTransaction", "GetTransactionForMempool", "MempoolSync",
|
"rpc": ["GetBlock", "GetBlockHash", "GetTransaction", "GetTransactionForMempool", "MempoolSync",
|
||||||
"EstimateSmartFee", "EstimateFee", "GetBestBlockHash", "GetBestBlockHeight", "GetBlockHeader"],
|
"GetBestBlockHash", "GetBestBlockHeight", "GetBlockHeader"],
|
||||||
"sync": ["ConnectBlocksParallel", "ConnectBlocks", "HandleFork"]
|
"sync": ["ConnectBlocksParallel", "ConnectBlocks", "HandleFork"]
|
||||||
},
|
},
|
||||||
"pivx": {
|
"pivx": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user