aboutsummaryrefslogtreecommitdiffstats
path: root/index.go
diff options
context:
space:
mode:
Diffstat (limited to 'index.go')
-rw-r--r--index.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.go b/index.go
index c309f23..4a78d55 100644
--- a/index.go
+++ b/index.go
@@ -18,7 +18,7 @@ import (
type IndexTableEntry struct {
peer *Peer
handshake *Handshake
- keyPair *KeyPair
+ keyPair *Keypair
}
type IndexTable struct {