mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-06 06:24:20 -04:00
testing and improvements to the common data structures
This commit is contained in:
@ -10,7 +10,7 @@ const (
|
||||
|
||||
type Lease [LEASE_SIZE]byte
|
||||
|
||||
func (lease Lease) TunnelGateway() (h IdentHash) {
|
||||
func (lease Lease) TunnelGateway() (h Hash) {
|
||||
copy(lease[:32], h[:])
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user