From 74cc006ef089208a8a715746c9bed470a24a0b70 Mon Sep 17 00:00:00 2001 From: Matthew Zipkin Date: Thu, 2 Jun 2022 16:01:12 -0400 Subject: [PATCH] pkg: add chain migrate flag to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1736d399b..dc3dcafb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## unreleased +**When upgrading to this version of hsd you must pass +`--chain-migrate=3` when you run it for the first time.** + ### Node changes - `FullNode` and `SPVNode` now accept the option `--agent` which adds a string to the user-agent of the node (which will already contain hsd version) and is