Add and use new owner_reserve.

This commit is contained in:
Arthur Britto
2012-12-13 15:45:49 -08:00
parent 092fe4389e
commit 72d8811ad3
5 changed files with 24 additions and 11 deletions

View File

@@ -108,7 +108,8 @@ public:
// Fee schedule
uint64 FEE_DEFAULT; // Default fee.
uint64 FEE_RESERVE; // Amount of XRP not allowed to send.
uint64 FEE_ACCOUNT_RESERVE; // Amount of XRP not allowed to send.
uint64 FEE_OWNER_RESERVE; // Amount of XRP not allowed to send per owner entry.
uint64 FEE_NICKNAME_CREATE; // Fee to create a nickname.
uint64 FEE_OFFER; // Rate per day.
int FEE_CONTRACT_OPERATION; // fee for each contract operation