Skip to content

Commit

Permalink
Release v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alyakimenko authored Sep 21, 2019
2 parents cdabd84 + ff676b9 commit c0ae54d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/MoonSHRD/p2chat-android
go 1.12

require (
github.com/MoonSHRD/p2chat v1.2.6
github.com/MoonSHRD/p2chat v1.2.7
github.com/btcsuite/btcd v0.0.0-20190629003639-c26ffa870fd8 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deckarep/golang-set v1.7.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT
github.com/AndreasBriese/bbloom v0.0.0-20180913140656-343706a395b7/go.mod h1:bOvUY6CB00SOBii9/FifXqc0awNKxLFCL/+pkDPuyl8=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/Kubuxu/go-os-helper v0.0.1/go.mod h1:N8B+I7vPCT80IcP58r50u4+gEEcsZETFUpAzWW2ep1Y=
github.com/MoonSHRD/p2chat v1.2.6 h1:fiPrx9Avi8ZJzEaQhgf5ibIh9cmXzaaauz4wR1DYxtY=
github.com/MoonSHRD/p2chat v1.2.6/go.mod h1:k/77T4/y7P9Cy/NhANUOHbhjsRtYgDlGLjgEkgcYcyM=
github.com/MoonSHRD/p2chat v1.2.7 h1:lU744RRX9rlHGxO3PXh5W2BKhyatVA9Oh3EBqKRoCFk=
github.com/MoonSHRD/p2chat v1.2.7/go.mod h1:k/77T4/y7P9Cy/NhANUOHbhjsRtYgDlGLjgEkgcYcyM=
github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII=
github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32 h1:qkOC5Gd33k54tobS36cXdAzJbeHaduLtnLQQwNoIi78=
github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32/go.mod h1:DrZx5ec/dmnfpw9KyYoQyYo7d0KEvTkk/5M/vbZjAr8=
Expand Down
5 changes: 5 additions & 0 deletions pkg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,8 @@ func GetAllMatches() string {
func GetNewMatch() string {
return matchProcessor.GetNewMatch()
}

// GetMultiaddressID returns peer.ID from multiaddress
func GetMultiaddressID() string {
return myself.ID().String()
}

0 comments on commit c0ae54d

Please sign in to comment.