Bybit: Add CryptoChain field to GetWithdrawalsHistory wrapper (#1675)

This commit is contained in:
Romano
2024-10-15 01:02:43 +02:00
committed by GitHub
parent 609011a790
commit 632d4175ce

View File

@@ -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(),
}
}