There was an error while loading. Please reload this page.
2 parents c0bec45 + 1a85fc7 commit 2535a1dCopy full SHA for 2535a1d
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