Skip to content

Commit

Permalink
Update src/test/e2e-emulated/contracts/dns.tact
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota authored Sep 15, 2024
1 parent c8329f4 commit 3ffe5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/e2e-emulated/contracts/dns.tact
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contract DNSTester with Deployable, DNSResolver {
receive("test dnsInternalNormalize throws") {
let sliceWithRef = beginCell().storeRef(emptyCell()).asSlice();

// Refs in the the passed Slice are prohibited
// Refs in the passed Slice are prohibited
self.tmpC = dnsInternalNormalize(sliceWithRef).asCell();
}
}

0 comments on commit 3ffe5d3

Please sign in to comment.