Skip to content

Commit

Permalink
[Fix] Deserialization exceptions in Withdrawal details
Browse files Browse the repository at this point in the history
  • Loading branch information
dougdellolio committed Jan 17, 2021
1 parent 6e8e31d commit 3e5cd75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CoinbasePro/Services/Deposits/Transfer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ public class Details

public string DestinationTagName { get; set; }

public Guid CoinbaseWithdrawalId { get; set; }

public string CoinbaseTransactionId { get; set; }

public string CryptoTransactionHash { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion CoinbasePro/Services/Withdrawals/Models/Transfer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class Details

public string DestinationTagName { get; set; }

public Guid CoinbaseWithdrawalId { get; set; }
public string CoinbaseWithdrawalId { get; set; }

public string CoinbaseTransactionId { get; set; }

Expand Down

0 comments on commit 3e5cd75

Please sign in to comment.