Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Removed TODO with the required change: adding the erc721 filter (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalvarezl authored May 4, 2021
1 parent 209a840 commit e9cf668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/safes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ pub fn get_safe_info_ex(context: &Context, safe_address: &String) -> ApiResult<S
}

fn get_last_collectible(context: &Context, safe_address: &String) -> ApiResult<i64> {
//TODO: Apply ERC721 filter when available in core services
let url = format!(
"{}/v1/safes/{}/transfers/?\
&erc721=true\
&limit=1",
base_transaction_service_url(),
safe_address,
Expand Down

0 comments on commit e9cf668

Please sign in to comment.