From 8e72e7efbea908e695e200784cd5b37b105d4030 Mon Sep 17 00:00:00 2001 From: Neylix Date: Wed, 7 Jun 2023 10:47:32 +0200 Subject: [PATCH] Fix credo error on @impl --- lib/archethic/crypto/keystore/shared_secrets/software_impl.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/archethic/crypto/keystore/shared_secrets/software_impl.ex b/lib/archethic/crypto/keystore/shared_secrets/software_impl.ex index 36659af74..6688cad78 100644 --- a/lib/archethic/crypto/keystore/shared_secrets/software_impl.ex +++ b/lib/archethic/crypto/keystore/shared_secrets/software_impl.ex @@ -59,7 +59,7 @@ defmodule Archethic.Crypto.SharedSecretsKeystore.SoftwareImpl do # we store functions in the ETS table, so we need to reload them # every upgrade to avoid: "xxx is invalid, likely because it points to an old version of the code" - @impl true + @impl GenServer def code_change(_, state, _extra) do :node_shared_secrets |> TransactionChain.list_addresses_by_type()