yagna icon indicating copy to clipboard operation
yagna copied to clipboard

Investigate & fix proposal validation- unauthorized error

Open MrDarthShoe opened this issue 3 years ago • 1 comments

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

MrDarthShoe avatar Oct 06 '22 14:10 MrDarthShoe

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).

pwalski avatar Oct 06 '22 15:10 pwalski

Rafal: probably add return to /core/market/src/negotiation/common.rs#L693

evik42 avatar Jan 25 '23 10:01 evik42