aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index 9fb268b..7a524fc 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -15,6 +15,8 @@ pub struct Config {
15 pub preapproved_users: String, 15 pub preapproved_users: String,
16 // Valid blocks should have this many transactions 16 // Valid blocks should have this many transactions
17 pub block_transaction_count: u8, 17 pub block_transaction_count: u8,
18 // How many zero hexadecimal characters should a correct hash start with?
19 pub hash_zeros: u8,
18 // Inital registration bonus 20 // Inital registration bonus
19 pub register_bonus: u16, 21 pub register_bonus: u16,
20 // Coinbase reward 22 // Coinbase reward