From 2b9ce234215f522f261a7c2ae509e1b5d809b4d4 Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Mon, 16 Oct 2017 15:40:55 -0400 Subject: [PATCH] Remove the currency filter for the transfer list API --- transfer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/transfer.go b/transfer.go index 90f24d47df..58a11eb4f2 100644 --- a/transfer.go +++ b/transfer.go @@ -32,7 +32,6 @@ type TransferListParams struct { ListParams `form:"*"` Created int64 `form:"created"` CreatedRange *RangeQueryParams `form:"created"` - Currency Currency `form:"currency"` Destination string `form:"destination"` TransferGroup string `form:"transfer_group"` }