mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +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++) {
|
for (int i = 0; i < type_arity; i++) {
|
||||||
os << ' ';
|
os << ' ';
|
||||||
if (param_negated.at(i)) {
|
|
||||||
os << '~';
|
|
||||||
}
|
|
||||||
params.at(i)->show(os, this, 100, mode | 1);
|
params.at(i)->show(os, this, 100, mode | 1);
|
||||||
}
|
}
|
||||||
if (!(mode & 2)) {
|
if (!(mode & 2)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue