Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
fix: typos in locks (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
dated authored and faustbrian committed Nov 4, 2019
1 parent c597fe7 commit 98e7007
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/arkecosystem/client/api/locks.ex
Expand Up @@ -20,8 +20,8 @@ defmodule ArkEcosystem.Client.API.Locks do
client |> post("locks/search", parameters)
end

@spec search(Tesla.Client.t(), Keyword.t()) :: ArkEcosystem.Client.response()
def search(client, parameters) do
client |> post("unlocked/search", parameters)
@spec unlocked(Tesla.Client.t(), Keyword.t()) :: ArkEcosystem.Client.response()
def unlocked(client, parameters) do
client |> post("locks/unlocked", parameters)
end
end

0 comments on commit 98e7007

Please sign in to comment.