1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-14 20:22:19 +00:00

build fix (#707)

This commit is contained in:
Marat 2023-05-24 14:09:29 +01:00 committed by GitHub
parent 8839e3a814
commit d6b11d9d36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -264,6 +264,7 @@ std::ostream& operator<<(std::ostream& os, const Continuation& cont) {
os << td::buffer_to_hex(boc.move_as_ok().as_slice());
}
}
return os;
}
bool QuitCont::serialize(CellBuilder& cb) const {