Skip to content

Commit

Permalink
Update host.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ansm authored Jul 30, 2024
1 parent 49ad9bb commit 71d3d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/p2p-Node/host/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func getHostAddress(ha host.Host) string {
}

func CreateHost() host.Host {
privk, err := pkey.LoadIdentity("secret/identity.key")
privk, err := pkey.LoadIdentity("identity.key")
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 71d3d50

Please sign in to comment.