1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00
This commit is contained in:
tolya-yanot 2021-02-19 14:28:57 +03:00
parent 72ff124924
commit d73ad8199c

View file

@ -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");