diff --git a/app/p2p-Node/host/host.go b/app/p2p-Node/host/host.go index 705fe88..a001eb9 100644 --- a/app/p2p-Node/host/host.go +++ b/app/p2p-Node/host/host.go @@ -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("/app/secret/identity.key") if err != nil { log.Fatal(err) }