5ce087dafe
* Disallowing the use of unwraps and expects in vesting and mixnet contracts * Removed dodgy unwraps from the mixnet contract * Removed dodgy unwraps from the vesting contract * Removed unwraps/expects from common contracts crate * ...but adding the unwraps in tests
3 lines
58 B
TOML
3 lines
58 B
TOML
allow-unwrap-in-tests = true
|
|
allow-expect-in-tests = true
|