Add batchRPC, and add shielded receive txs to the transactions table.

This commit is contained in:
Aditya Kulkarni
2018-10-23 11:28:46 -07:00
parent 2afe4665ff
commit a3e4586397
7 changed files with 68 additions and 67 deletions

View File

@@ -18,7 +18,8 @@ public:
static double getDevFee();
static double getTotalFee();
static const int updateSpeed = 20 * 1000; // 20 sec
static const int updateSpeed = 20 * 1000; // 20 sec
static const int quickUpdateSpeed = 5 * 1000; // 5 sec
private:
Utils() = delete;
};