mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-20 15:10:10 +00:00
Bybit: Add CryptoChain field to GetWithdrawalsHistory wrapper (#1675)
This commit is contained in:
@@ -679,6 +679,7 @@ func (by *Bybit) GetWithdrawalsHistory(ctx context.Context, c currency.Code, a a
|
||||
Fee: withdrawals.Rows[i].WithdrawFee.Float64(),
|
||||
CryptoToAddress: withdrawals.Rows[i].ToAddress,
|
||||
CryptoTxID: withdrawals.Rows[i].TransactionID,
|
||||
CryptoChain: withdrawals.Rows[i].Chain,
|
||||
Timestamp: withdrawals.Rows[i].UpdateTime.Time(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user