Merge pull request #8586 from filecoin-project/chore/remove-todo

chore:chore:chore
This commit is contained in:
Łukasz Magiera 2022-05-03 16:55:29 +01:00 committed by GitHub
commit 002bdbf03a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,6 @@ import (
ma "github.com/multiformats/go-multiaddr"
)
// TODO: check if this exists anywhere else
type MultiaddrSlice []ma.Multiaddr
func (m *MultiaddrSlice) UnmarshalJSON(raw []byte) (err error) {