Add fee configuration for creating nicknames.

This commit is contained in:
Arthur Britto
2012-06-05 14:13:00 -07:00
parent a9bb5f8d10
commit 8e88b1cd8a
2 changed files with 14 additions and 7 deletions

View File

@@ -75,8 +75,9 @@ public:
std::string VALIDATION_KEY;
// Fees
uint64 FEE_CREATE; // Fee to create an account
uint64 FEE_DEFAULT; // Default fee.
uint64 FEE_DEFAULT; // Default fee.
uint64 FEE_ACCOUNT_CREATE; // Fee to create an account.
uint64 FEE_NICKNAME_CREATE; // Fee to create a nickname.
// Configuration parameters
std::string DATA_DIR;