Skip to content

Commit

Permalink
Cherry picking typos corrections (#1274)
Browse files Browse the repository at this point in the history
* cherry picking typo corr

* Correcting comment

---------

Co-authored-by: Alejandro Criado-P茅rez <alejandro@criadoperez.com>
  • Loading branch information
2 people authored and CluEleSsUK committed Jan 9, 2024
1 parent de7dd72 commit 10766aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/start-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ do
exit 1
fi

### once the first round has been created, we know that the DKG happened succesfully
### once the first round has been created, we know that the DKG happened successfully
response=$(curl --silent 127.0.0.1:9010/public/1)
code=$?
if [ $code -eq 0 ]; then
Expand Down
2 changes: 1 addition & 1 deletion internal/core/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func DefaultConfigFolder() string {
// It is relative to the DefaultConfigFolder path.
const DefaultDBFolder = "db"

// DefaultControlPort is the default port the functionality control port communicate on.
// DefaultControlPort is the default port the daemon and CLI use to communicate together.
const DefaultControlPort = "8888"

// DefaultDKGPhaseTimeout is the default time of each DKG period by default. Note
Expand Down
2 changes: 1 addition & 1 deletion internal/test/mock/grpcserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ func NewMockGRPCPublicServer(t *testing.T, l log.Logger, bind string, badSecondR
return listener, server
}

// NewMockServer creates a server interface not bound to a newtork port
// NewMockServer creates a server interface not bound to a network port
func NewMockServer(t *testing.T, badSecondRound bool, sch *crypto.Scheme, clk clock.Clock) net.Service {
d := generateMockData(sch, clk)
testValid(d)
Expand Down

0 comments on commit 10766aa

Please sign in to comment.