Skip to content

Commit

Permalink
Explorer API use concise param ergoplatform/explorer-backend#193
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Oct 18, 2022
1 parent 5f595f2 commit bb079c5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ open class ApiServiceManager(
limit: Int,
offset: Int
): Call<Items<TransactionInfo>> =
// TODO concise should be true when https://github.com/ergoplatform/explorer-backend/issues/193 is fixed
defaultApi.getApiV1AddressesP1Transactions(publicAddress, offset, limit, false)
defaultApi.getApiV1AddressesP1Transactions(publicAddress, offset, limit, true)

override fun checkToken(tokenId: String, tokenName: String): Call<TokenCheckResponse> =
tokenVerificationApi.checkToken(tokenId, tokenName.replace("/", "-").replace("|", "-"))
Expand Down

0 comments on commit bb079c5

Please sign in to comment.