mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-04 21:55:18 -04:00
some router info tests
This commit is contained in:
@ -105,7 +105,7 @@ func (router_info RouterInfo) Published() (date Date, err error) {
|
||||
err = errors.New("error parsing date: not enough data")
|
||||
return
|
||||
}
|
||||
copy(remainder[:8], date[:])
|
||||
copy(date[:], remainder[:8])
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user