Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
6e9ae8e2
Commit
6e9ae8e2
authored
4 years ago
by
Sydney Anne Erickson
Browse files
Options
Downloads
Patches
Plain Diff
Fix Jake's comments
parent
7279eeba
No related branches found
No related tags found
1 merge request
!23
Release
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
network/follow.go
+0
-7
0 additions, 7 deletions
network/follow.go
with
1 addition
and
8 deletions
Makefile
+
1
−
1
View file @
6e9ae8e2
...
...
@@ -25,7 +25,7 @@ update_release:
GOFLAGS
=
""
go get gitlab.com/xx_network/crypto@release
GOFLAGS
=
""
go get gitlab.com/elixxir/crypto@release
GOFLAGS
=
""
go get gitlab.com/xx_network/comms@release
GOFLAGS
=
""
go get gitlab.com/elixxir/comms@
"hotfix/clientErrorSource"
GOFLAGS
=
""
go get gitlab.com/elixxir/comms@
release
update_master
:
GOFLAGS
=
""
go get gitlab.com/xx_network/primitives@master
...
...
This diff is collapsed.
Click to expand it.
network/follow.go
+
0
−
7
View file @
6e9ae8e2
...
...
@@ -168,18 +168,11 @@ func (m *manager) follow(report interfaces.ClientErrorReport, rng csprng.Source,
if
bytes
.
Equal
(
clientErr
.
ClientId
,
m
.
Session
.
GetUser
()
.
TransmissionID
.
Marshal
())
{
// Obtain relevant NodeGateway information
// TODO ???
nid
,
err
:=
id
.
Unmarshal
(
clientErr
.
Source
)
if
err
!=
nil
{
jww
.
ERROR
.
Printf
(
"Unable to get NodeID: %+v"
,
err
)
return
}
//m.Instance.GetNodeAndGateway(gwHost.GetId())
//if err != nil {
// jww.ERROR.Printf("Unable to get NodeGateway: %+v", err)
// return
//}
//nid, err := nGw.Node.GetNodeId()
nGw
,
err
:=
m
.
Instance
.
GetNodeAndGateway
(
nid
)
if
err
!=
nil
{
jww
.
ERROR
.
Printf
(
"Unable to get gateway: %+v"
,
err
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment