From d73ad8199c3c84818168e6501afce19f940a8852 Mon Sep 17 00:00:00 2001 From: tolya-yanot Date: Fri, 19 Feb 2021 14:28:57 +0300 Subject: [PATCH] fine 101 --- lite-client/lite-client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lite-client/lite-client.cpp b/lite-client/lite-client.cpp index c0617232..c1c1c4c0 100644 --- a/lite-client/lite-client.cpp +++ b/lite-client/lite-client.cpp @@ -3735,7 +3735,7 @@ td::Status TestNode::write_val_create_proof(TestNode::ValidatorLoadInfo& info1, return td::Status::Error("non-positive time interval"); } int severity = (severe ? 2 : 1); - td::RefInt256 fine = td::make_refint(1000000000); + td::RefInt256 fine = td::make_refint(101000000000); unsigned fine_part = 0; // todo: (tolya-yanot) temporary reduction of fine // 0xffffffff / 16; // 1/16 if (!compute_punishment(interval, severe, fine, fine_part)) { return td::Status::Error("cannot compute adequate punishment");