Add dev fee for testnet

This commit is contained in:
Aditya Kulkarni
2018-10-18 10:11:12 -07:00
parent fa4f8685d9
commit 6f79abcc14
6 changed files with 147 additions and 21 deletions

View File

@@ -3,12 +3,19 @@
#include "precompiled.h"
struct ToFields;
class Utils
{
public:
static const QString txidStatusMessage;
static const QString getTokenName();
static const QString getDevAddr(const QString& fromAddr, const QList<ToFields>& toAddrs);
static double getMinerFee();
static double getDevFee();
static double getTotalFee();
static const int updateSpeed = 20 * 1000; // 20 sec
private: