swarm/network: Allow nil HandoverProof in OfferedHashesMsg

This commit is contained in:
Balint Gabor 2018-01-12 20:06:41 +01:00
parent 3956470fce
commit 1d7d6c9049

View file

@ -88,7 +88,7 @@ type OfferedHashesMsg struct {
Key []byte // subtype or key Key []byte // subtype or key
From, To uint64 // peer and db-specific entry count From, To uint64 // peer and db-specific entry count
Hashes []byte // stream of hashes (128) Hashes []byte // stream of hashes (128)
*HandoverProof // HandoverProof *HandoverProof `rlp:"nil"` // HandoverProof
} }
/* /*