Skip to content

Commit 1a85fc7

Browse files
Fix JSON property name for FilterByHeight
1 parent c0bec45 commit 1a85fc7

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)