mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 01:15:53 +00:00
Add and use new owner_reserve.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user