Skip to content

Commit

Permalink
chore: Blockchain typo (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy authored Jul 24, 2023
1 parent b9db7fc commit 4714af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ require (
github.com/multiformats/go-multiaddr v0.9.0
github.com/pelletier/go-toml v1.9.5
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.14.0
github.com/rakyll/statik v0.1.7
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.2
Expand Down Expand Up @@ -109,7 +110,6 @@ require (
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/polydawn/refmt v0.89.0 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func NewNode(genDoc *genesis.Genesis, conf *config.Config,
// Initialize the logger
logger.InitLogger(conf.Logger)

logger.Info("You are running a pactus block chain",
logger.Info("You are running a pactus Blockchain",
"version", version.Version(),
"network", genDoc.ChainType())

Expand Down

0 comments on commit 4714af2

Please sign in to comment.