Skip to content

Commit

Permalink
Removed ResetAddressStatus from SpotApi.Account.GetUserAssetsAsync ne…
Browse files Browse the repository at this point in the history
…twork model
  • Loading branch information
JKorf committed Apr 17, 2024
1 parent 5e948c2 commit 4767f12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions Binance.Net/Binance.Net.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16395,11 +16395,6 @@
Network
</summary>
</member>
<member name="P:Binance.Net.Objects.Models.Spot.BinanceNetwork.ResetAddressStatus">
<summary>
Reset address status
</summary>
</member>
<member name="P:Binance.Net.Objects.Models.Spot.BinanceNetwork.SpecialTips">
<summary>
Tips
Expand Down
4 changes: 0 additions & 4 deletions Binance.Net/Objects/Models/Spot/BinanceUserAsset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ public class BinanceNetwork
/// </summary>
public string Network { get; set; } = string.Empty;
/// <summary>
/// Reset address status
/// </summary>
public bool ResetAddressStatus { get; set; }
/// <summary>
/// Tips
/// </summary>
public string SpecialTips { get; set; } = string.Empty;
Expand Down

0 comments on commit 4767f12

Please sign in to comment.