Skip to content
Snippets Groups Projects
Commit 1ebb7f0d authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

fixed bindings function name

parent 81edc257
No related merge requests found
...@@ -19,7 +19,7 @@ func (nrs *NodeRegistrationsStatus) GetRegistered() int { ...@@ -19,7 +19,7 @@ func (nrs *NodeRegistrationsStatus) GetRegistered() int {
return nrs.registered return nrs.registered
} }
// GetInProgress return the number of nodes currently registering. // GetTotal return the total of nodes currently in the network.
func (nrs *NodeRegistrationsStatus) GetInProgress() int { func (nrs *NodeRegistrationsStatus) GetTotal() int {
return nrs.total return nrs.total
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment