Skip to content

Commit 531ab8f

Browse files
authored
Merge pull request binance-exchange#308 from SanekTNT/fix-unrecognized-property-execption
Fix UnrecognizedPropertyException for loan/repay/transfer endpoints
2 parents 60eebc2 + e3ad8ef commit 531ab8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/binance/api/client/domain/account/MarginTransaction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* MarginTransaction information.
99
*/
10-
@JsonIgnoreProperties
10+
@JsonIgnoreProperties(ignoreUnknown = true)
1111
public class MarginTransaction {
1212

1313
private String tranId;

0 commit comments

Comments
 (0)