yagna
yagna copied to clipboard
Investigate & fix proposal validation- unauthorized error
clippy-complexity lints indicated that in common.rs unauthorized error is never returned. This is probably bug which needs proper investigation and probably fix with test
The question if this conditional block is effectively a dead code is exactly a kind of question for which tools aggregating coverage reports from UT and FT can give answer (this case reminded me today's discussion).
Rafal: probably add return to /core/market/src/negotiation/common.rs#L693