changePassword #414

Merged
sarah merged 4 commits from changePassword into master 2021-12-19 01:12:25 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 204ff9af2a - Show all commits

View File

@ -53,6 +53,7 @@ type OverlayMessage struct {
Size uint64 `json:"s"`
}
// FileKey is the unique reference to a file offer
func (om *OverlayMessage) FileKey() string {
return fmt.Sprintf("%s.%s", om.Hash, om.Nonce)