aboutsummaryrefslogtreecommitdiffstats
path: root/src/handlers.rs
diff options
context:
space:
mode:
authorYigit Sever2021-04-26 00:56:21 +0300
committerYigit Sever2021-04-26 00:56:21 +0300
commit95aeb141c1ca7188b1f23cf807b93a0457e20391 (patch)
tree1cc511a6afbf7208aa6d820c4e13de323de6ae31 /src/handlers.rs
parent820a0a600cb8fe2432374a3691e76940f6726044 (diff)
downloadgradecoin-95aeb141c1ca7188b1f23cf807b93a0457e20391.tar.gz
gradecoin-95aeb141c1ca7188b1f23cf807b93a0457e20391.tar.bz2
gradecoin-95aeb141c1ca7188b1f23cf807b93a0457e20391.zip
Increase block capacity
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