frostfs-contract/neofs
Alex Vanin 23f5f1e0e7 [#63] Fix threshold number calculation
`x*2/3` is not equal to `x/3*2` with integers.
The only correct way to calculate threshold is
the first one.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-03-25 21:22:27 +03:00
..
config.yml [#58] neofs: Store alphabet keys instead of inner ring 2021-03-25 18:19:47 +03:00
neofs_contract.go [#63] Fix threshold number calculation 2021-03-25 21:22:27 +03:00