Skip to content

Commit 2535a1d

Browse files
Merge pull request #78 from btcpay-monero/fix_filter_by_height
2 parents c0bec45 + 1a85fc7 commit 2535a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Monero/Wallet/Rpc/GetTransfersRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class GetTransfersRequest
99
[JsonPropertyName("pending")] public bool Pending { get; set; }
1010
[JsonPropertyName("failed")] public bool Failed { get; set; }
1111
[JsonPropertyName("pool")] public bool Pool { get; set; }
12-
[JsonPropertyName("filter_by_height ")] public bool? FilterByHeight { get; set; }
12+
[JsonPropertyName("filter_by_height")] public bool? FilterByHeight { get; set; }
1313
[JsonPropertyName("min_height")] public uint? MinHeight { get; set; }
1414
[JsonPropertyName("max_height")] public uint? MaxHeight { get; set; }
1515
[JsonPropertyName("account_index")] public long? AccountIndex { get; set; }

0 commit comments

Comments
 (0)