mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
parent
c56e65739b
commit
2634e63e4f
4 changed files with 4 additions and 4 deletions
|
@ -105,7 +105,7 @@ td::Result<td::Ref<vm::Cell>> DnsInterface::EntryData::as_cell() const {
|
|||
return error;
|
||||
}
|
||||
if (res.is_null()) {
|
||||
return td::Status::Error("Entry data is emtpy");
|
||||
return td::Status::Error("Entry data is empty");
|
||||
}
|
||||
return res;
|
||||
//dns_text#1eda _:Text = DNSRecord;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue