Skip to content

Commit c2452b8

Browse files
authored
remove todo (#327)
1 parent ad96a5b commit c2452b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/ccip/bindings/common/common.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ func (c *CrossChainAddress) LoadFromCell(s *cell.Slice) error {
168168
return nil
169169
}
170170

171-
// LoadCrossChainAddressWithoutPrefix parses a CrossChainAddress from raw data that lacks a length prefix as the first byte.
172-
// TODO: check why getter is not including the first byte as length prefix for CrossChainAddress type
171+
// LoadCrossChainAddressWithoutPrefix parses a CrossChainAddress from raw data if lacks a length prefix as the first byte.
173172
func LoadCrossChainAddressWithoutPrefix(s *cell.Slice) (CrossChainAddress, error) {
174173
data, err := s.LoadSlice(s.BitsLeft())
175174
if err != nil {

0 commit comments

Comments
 (0)