diff --git a/bindings/registrationStatus.go b/bindings/registrationStatus.go index 1c38f39f713cc900bdddc2f24d935cc5f1d27b3f..5d33cbd6e2031b39455363e096153afcf6c38833 100644 --- a/bindings/registrationStatus.go +++ b/bindings/registrationStatus.go @@ -19,7 +19,7 @@ func (nrs *NodeRegistrationsStatus) GetRegistered() int { return nrs.registered } -// GetInProgress return the number of nodes currently registering. -func (nrs *NodeRegistrationsStatus) GetInProgress() int { +// GetTotal return the total of nodes currently in the network. +func (nrs *NodeRegistrationsStatus) GetTotal() int { return nrs.total }