-
Notifications
You must be signed in to change notification settings - Fork 77
Fixed typos #579
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
Fixed typos #579
Conversation
@@ -111,7 +111,7 @@ func (s *Signing) handleSigning(sid tss.SigningID) { | |||
} | |||
|
|||
// Compute own private nonce | |||
privNonce, err := tss.ComputeOwnPrivNonce(privDE.PrivD, privDE.PrivE, assignedMember.BindingFactor) | |||
privNonce, err := tss.ComputeOwnPrivNonce(provide.PrivD, provide.PrivE, assignedMember.BindingFactor) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep them as is, (they are privateDE)
@@ -3,7 +3,7 @@ Package params defines the simulation parameters in the band. | |||
|
|||
It contains the default weights used for each transaction used on the module's | |||
simulation. These weights define the chance for a transaction to be simulated at | |||
any gived operation. | |||
any given, gave operation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
given
@@ -2267,7 +2267,7 @@ type EVMValidatorsResponse struct { | |||
|
|||
// BlockHeight is the latest block height | |||
BlockHeight int64 `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` | |||
// Validators is list of validator's addresss and voting power | |||
// Validators is list of validator's address and voting power |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep it as is
@@ -62,7 +62,7 @@ type QueryClient interface { | |||
Reporters(ctx context.Context, in *QueryReportersRequest, opts ...grpc.CallOption) (*QueryReportersResponse, error) | |||
// ActiveValidators queries all active oracle validators. | |||
ActiveValidators(ctx context.Context, in *QueryActiveValidatorsRequest, opts ...grpc.CallOption) (*QueryActiveValidatorsResponse, error) | |||
// Params queries parameters used for runnning bandchain network. | |||
// Params queries parameters used for running bandchain network. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix it in proto/band/oracle/v1/query.proto and generate this file using command make proto-gen
Files updated:
/x/restake/README.md line: 277
/app/params/doc.go line: 6
/yoda/executor/multi.go line: 9
/api/band/oracle/v1/query_grpc.pb.go line: 65
/api/band/oracle/v1/query_grpc.pb.go line: 238
/api/band/base/node/v1/query.pulsar.go line: 2270
/cylinder/workers/signing/signing.go line: 104
/cylinder/workers/signing/signing.go line: 114
/cylinder/workers/signing/signing.go line: 114
/cylinder/workers/group/round2.go line: 132