Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
AddrString is now available on ConnectionManager
Browse files Browse the repository at this point in the history
This is a result of upgrading keep-core dependency to v0.13.0-rc
  • Loading branch information
pdyraga committed Apr 14, 2020
1 parent c20dffe commit 01bdd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func Start(c *cli.Context) error {
return err
}

nodeHeader(networkProvider.AddrStrings(), config.LibP2P.Port)
nodeHeader(networkProvider.ConnectionManager().AddrStrings(), config.LibP2P.Port)

handle, err := persistence.NewDiskHandle(config.Storage.DataDir)
if err != nil {
Expand Down

0 comments on commit 01bdd14

Please sign in to comment.