From 71d3d5071d120e7f08875a2c6970eb6dea5a0221 Mon Sep 17 00:00:00 2001 From: Anish Mishra Date: Tue, 30 Jul 2024 18:12:16 +0530 Subject: [PATCH] Update host.go --- app/p2p-Node/host/host.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/p2p-Node/host/host.go b/app/p2p-Node/host/host.go index 705fe88..71015df 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("identity.key") if err != nil { log.Fatal(err) }