Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiverse register issuance #382

Closed
wants to merge 10 commits into from
2 changes: 1 addition & 1 deletion rpcserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -3010,7 +3010,7 @@ func (r *rpcServer) VerifyAssetOwnership(ctx context.Context,
}, nil
}

// UniverseStats returns a set of aggregrate statistics for the current state
// UniverseStats returns a set of aggregate statistics for the current state
// of the Universe.
func (r *rpcServer) UniverseStats(ctx context.Context,
req *unirpc.StatsRequest) (*unirpc.StatsResponse, error) {
Expand Down
Loading
Loading