From 9ee362180f6ce4bb33e3d400640f62ac73e37440 Mon Sep 17 00:00:00 2001 From: Matthias <5011972+fasmat@users.noreply.github.com> Date: Mon, 20 May 2024 10:08:09 +0000 Subject: [PATCH] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a470aadb4..a8add7f886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -314,7 +314,7 @@ Make sure to replace `provider` with your provider of choice and `numUnits` with initialize. The `commitmentAtxId` is the commitment ATX ID for the identity you want to initialize. For details on the usage of `postcli` please refer to [postcli README](https://github.com/spacemeshos/post/blob/develop/cmd/postcli/README.md). -During initialization `postcli` will generate a new private key and store it in the PoST data directory as `local.key`. +During initialization `postcli` will generate a new private key and store it in the PoST data directory as `identity.key`. Copy this file to your `data/identities` directory and rename it to `xxx.key` where `xxx` is a unique identifier for the identity. The node will automatically pick up the new identity and manage its lifecycle after a restart.