mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-05 06:05:16 -04:00
testing and improvements to the common data structures
This commit is contained in:
@ -12,7 +12,7 @@ func (router_address RouterAddress) Expiration() (d Date) {
|
||||
}
|
||||
|
||||
func (router_address RouterAddress) TransportStyle() string {
|
||||
return string(
|
||||
return string( //String
|
||||
router_address[10:router_address.stringLength()],
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user