File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ func SubnetForKey(publicKey ed25519.PublicKey) *Subnet {
113113 return & snet
114114}
115115
116- // GetKet returns the partial ed25519.PublicKey for the Address.
116+ // GetKey returns the partial ed25519.PublicKey for the Address.
117117// This is used for key lookup.
118118func (a * Address ) GetKey () ed25519.PublicKey {
119119 var key [ed25519 .PublicKeySize ]byte
@@ -141,7 +141,7 @@ func (a *Address) GetKey() ed25519.PublicKey {
141141 return ed25519 .PublicKey (key [:])
142142}
143143
144- // GetKet returns the partial ed25519.PublicKey for the Subnet.
144+ // GetKey returns the partial ed25519.PublicKey for the Subnet.
145145// This is used for key lookup.
146146func (s * Subnet ) GetKey () ed25519.PublicKey {
147147 var addr Address
You can’t perform that action at this time.
0 commit comments