Skip to content

Commit 3e5cd75

Browse files
committed
[Fix] Deserialization exceptions in Withdrawal details
1 parent 6e8e31d commit 3e5cd75

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CoinbasePro/Services/Deposits/Transfer.cs

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ public class Details
3737

3838
public string DestinationTagName { get; set; }
3939

40-
public Guid CoinbaseWithdrawalId { get; set; }
41-
4240
public string CoinbaseTransactionId { get; set; }
4341

4442
public string CryptoTransactionHash { get; set; }

CoinbasePro/Services/Withdrawals/Models/Transfer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class Details
3737

3838
public string DestinationTagName { get; set; }
3939

40-
public Guid CoinbaseWithdrawalId { get; set; }
40+
public string CoinbaseWithdrawalId { get; set; }
4141

4242
public string CoinbaseTransactionId { get; set; }
4343

0 commit comments

Comments
 (0)