mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-05 09:03:07 +00:00
greatly reduces proof requirement for all autoclient contracts
This commit is contained in:
parent
c00bc2f3cd
commit
870be0fe2e
@ -85,7 +85,7 @@ namespace AutoClient
|
||||
|
||||
private int GetProofProbability()
|
||||
{
|
||||
return r.Next(10, 100);
|
||||
return 10000 + r.Next(10, 100);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user