Skip to content

Commit

Permalink
Fix credo error on @impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Jun 9, 2023
1 parent cbe3319 commit 8e72e7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8e72e7e

Please sign in to comment.