mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
fine 101
This commit is contained in:
parent
72ff124924
commit
d73ad8199c
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue