testing and improvements to the common data structures

This commit is contained in:
Hayden Parker
2016-02-05 02:23:11 -08:00
parent f5e806dd14
commit b3fa7082cf
24 changed files with 551 additions and 235 deletions

View File

@ -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()],
)
}