From 98b94579ad8efd92a1a657fe9548453ec6487e58 Mon Sep 17 00:00:00 2001 From: Yusef Habib Fernandez Date: Tue, 28 Jan 2025 07:38:20 +0100 Subject: [PATCH] update comment --- packages/nns/src/governance.canister.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nns/src/governance.canister.ts b/packages/nns/src/governance.canister.ts index 27aae0dc9..382ef381d 100644 --- a/packages/nns/src/governance.canister.ts +++ b/packages/nns/src/governance.canister.ts @@ -141,7 +141,7 @@ export class GovernanceCanister { * If `certified` is true, the request is fetched as an update call, otherwise * it is fetched using a query call. * - * The backend treats `includeEmptyNeurons` as true if absent. + * The backend treats `includeEmptyNeurons` as false if absent. */ public listNeurons = async ({ certified = true,