fix protocol to accomodate privkey

This commit is contained in:
zelig
2015-02-06 00:00:34 +01:00
committed by Felix Lange
parent 88167f39a6
commit d227f6184e
2 changed files with 14 additions and 1 deletions
+4
View File
@@ -64,6 +64,10 @@ func (h *handshake) Pubkey() []byte {
return h.NodeID
}
func (h *handshake) PrivKey() []byte {
return nil
}
// Cap is the structure of a peer capability.
type Cap struct {
Name string