Skip to content

Commit

Permalink
Docs fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
oskin1 committed May 16, 2021
1 parent 800f1fe commit f7cb63e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AddressesEndpointDefs(settings: RequestsSettings) {
private val PathPrefix = "addresses"

def endpoints: List[Endpoint[_, _, _, _]] =
getTxsByAddressDef :: getConfirmedBalanceDef :: getConfirmedBalanceDef :: Nil
getTxsByAddressDef :: getConfirmedBalanceDef :: getTotalBalanceDef :: Nil

def getTxsByAddressDef: Endpoint[(Address, Paging), ApiErr, Items[TransactionInfo], Any] =
baseEndpointDef.get
Expand Down

0 comments on commit f7cb63e

Please sign in to comment.