Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
correct logger
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikey committed Jan 25, 2024
1 parent 8de751d commit ec5c767
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/node/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,12 @@ func run() int {
failed := make(chan struct{})

cfg.AppChainConfig.AddressPrefix = "upt"
cfg.AppChainConfig.Logger = log

appchain := &AppChain{
Config: cfg.AppChainConfig,
}

appchain.start(ctx)

// Start node main loop in a separate goroutine.
Expand Down

0 comments on commit ec5c767

Please sign in to comment.