Skip to content

Commit

Permalink
💚 fix credo issues caused by renaming (note to myself: next time be m…
Browse files Browse the repository at this point in the history
…ore careful about chosing names in the first place)
  • Loading branch information
AbdelStark committed Sep 26, 2024
1 parent 6e19ad5 commit 4b82016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cashubrew/core/token.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ defmodule Cashubrew.Cashu.Token do
@moduledoc """
Handles the serialization and deserialization of Cashu tokens.
"""
alias CBOR
alias Cashubrew.Cashu.Proof
alias CBOR

@type v3_token :: %{
token: [%{mint: String.t(), proofs: [Proof.t()]}],
Expand Down
2 changes: 1 addition & 1 deletion lib/cashubrew/crypto/bdhke.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ defmodule Cashubrew.Crypto.BDHKE do
"""
require Logger

alias ExSecp256k1
alias Cashubrew.Crypto.Secp256k1Utils
alias ExSecp256k1

# Cashu parameters
@domain_separator "Secp256k1_HashToCurve_Cashu_"
Expand Down

0 comments on commit 4b82016

Please sign in to comment.