From db084f40fa71e284afbbf66352cee3b0a1ffa53c Mon Sep 17 00:00:00 2001 From: Eric Swanson Date: Tue, 19 Sep 2023 07:41:22 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f5247362..74cea9f8d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,7 +59,7 @@ If `dfx start` is starting the shared network from within a dfx project, and tha ### fix: dfx canister call --wallet no longer passes the parameter twice -Removed the duplicate parameter. +The parameter was erroneously passed twice. Now it is passed only once. ## Dependencies