There was an error while loading. Please reload this page.
1 parent c0bec45 commit 1a85fc7Copy full SHA for 1a85fc7
1 file changed
Monero/Wallet/Rpc/GetTransfersRequest.cs
@@ -9,7 +9,7 @@ public class GetTransfersRequest
9
[JsonPropertyName("pending")] public bool Pending { get; set; }
10
[JsonPropertyName("failed")] public bool Failed { get; set; }
11
[JsonPropertyName("pool")] public bool Pool { get; set; }
12
- [JsonPropertyName("filter_by_height ")] public bool? FilterByHeight { get; set; }
+ [JsonPropertyName("filter_by_height")] public bool? FilterByHeight { get; set; }
13
[JsonPropertyName("min_height")] public uint? MinHeight { get; set; }
14
[JsonPropertyName("max_height")] public uint? MaxHeight { get; set; }
15
[JsonPropertyName("account_index")] public long? AccountIndex { get; set; }
0 commit comments