aboutsummaryrefslogtreecommitdiffstats
path: root/src/handlers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers.rs')
-rw-r--r--src/handlers.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers.rs b/src/handlers.rs
index ed95604..b8b20d7 100644
--- a/src/handlers.rs
+++ b/src/handlers.rs
@@ -22,7 +22,7 @@ use warp::{http::StatusCode, reply};
22use crate::PRIVATE_KEY; 22use crate::PRIVATE_KEY;
23 23
24// Valid blocks should have this many transactions 24// Valid blocks should have this many transactions
25const BLOCK_TRANSACTION_COUNT: u8 = 5; 25const BLOCK_TRANSACTION_COUNT: u8 = 10;
26// Inital registration bonus 26// Inital registration bonus
27const REGISTER_BONUS: u16 = 40; 27const REGISTER_BONUS: u16 = 40;
28// Coinbase reward 28// Coinbase reward