Skip to content

Commit

Permalink
Update host.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ansm authored Aug 2, 2024
1 parent f05c529 commit a6a00e1
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("identity.key")
privk, err := pkey.LoadIdentity("secret/identity.key")
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit a6a00e1

Please sign in to comment.