Unneeded todo

This commit is contained in:
zenground0 2022-05-03 11:48:22 -04:00
parent e793d7e128
commit 33f190c9ce

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) {