diff options
Diffstat (limited to 'content/misc_docs.md')
-rw-r--r-- | content/misc_docs.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/misc_docs.md b/content/misc_docs.md index 7d7b73d..a318251 100644 --- a/content/misc_docs.md +++ b/content/misc_docs.md | |||
@@ -24,6 +24,7 @@ The [/config](/config) endpoint will return the current parameters that Gradecoi | |||
24 | - `hash_zeros`: Determines the number of zero hexadecimal characters a correct hash should start with. | 24 | - `hash_zeros`: Determines the number of zero hexadecimal characters a correct hash should start with. |
25 | - `register_bonus`: Initial registration bonus. This will determine your balance after registration. | 25 | - `register_bonus`: Initial registration bonus. This will determine your balance after registration. |
26 | - `block_reward`: Coinbase reward. When a block is proposed successfully and added to ledger, the proposer will gain this amount of coins. | 26 | - `block_reward`: Coinbase reward. When a block is proposed successfully and added to ledger, the proposer will gain this amount of coins. |
27 | - `tx_gas_fee`: New transaction proposals must pay this amount | ||
27 | - `tx_upper_limit`: Upper limit for transaction amount. | 28 | - `tx_upper_limit`: Upper limit for transaction amount. |
28 | - `tx_lower_limit`: Lower limit for transaction amount. | 29 | - `tx_lower_limit`: Lower limit for transaction amount. |
29 | - `tx_traffic_reward`: Transaction traffic reward, used to incentivize users to make transactions. When an account sends money, it will receive this reward. | 30 | - `tx_traffic_reward`: Transaction traffic reward, used to incentivize users to make transactions. When an account sends money, it will receive this reward. |