mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix DNS resolve in liteclient and tonlib
This commit is contained in:
parent
d6e365c21f
commit
b44e5403c8
3 changed files with 9 additions and 4 deletions
|
@ -814,7 +814,7 @@ vmc_pushint$1111 value:int32 next:^VmCont = VmCont;
|
|||
//
|
||||
// DNS RECORDS
|
||||
//
|
||||
_ (HashmapE 256 DNSRecord) = DNS_RecordSet;
|
||||
_ (HashmapE 256 ^DNSRecord) = DNS_RecordSet;
|
||||
|
||||
chunk_ref$_ {n:#} ref:^(TextChunks (n + 1)) = TextChunkRef (n + 1);
|
||||
chunk_ref_empty$_ = TextChunkRef 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue