Results 1 issues of Victor Kozlov

Some apps like Telegram encodes URL, that is why hash part of url will be like `#buylisting%7C3126012155444962045%7C730%7C2%7C19106738906` but not like `#buylisting|3126012155444962045|730|2|19106738906`. Function `MarketCheckHash` accepts only `|` symbol, but not `%7C`....