mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-12 11:12:16 +00:00
Fix double tilde for crc computation in tlbc
This commit is contained in:
parent
dc2f0dad81
commit
4ddb14c136
1 changed files with 0 additions and 3 deletions
|
@ -1800,9 +1800,6 @@ void Constructor::show(std::ostream& os, int mode) const {
|
|||
}
|
||||
for (int i = 0; i < type_arity; i++) {
|
||||
os << ' ';
|
||||
if (param_negated.at(i)) {
|
||||
os << '~';
|
||||
}
|
||||
params.at(i)->show(os, this, 100, mode | 1);
|
||||
}
|
||||
if (!(mode & 2)) {
|
||||
|
|
Loading…
Reference in a new issue