mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge branch 'testnet' into accelerator
This commit is contained in:
commit
3ab7cc3c73
23 changed files with 355 additions and 81 deletions
|
@ -113,6 +113,9 @@ td::Result<Ref<DataCell>> DataCell::create(td::ConstBitPtr data, unsigned bits,
|
|||
if (bits != 8 + hash_bytes * 8) {
|
||||
return td::Status::Error("Not enouch data for a Library special cell");
|
||||
}
|
||||
if (!refs.empty()) {
|
||||
return td::Status::Error("Library special cell has a cell reference");
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue