mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-05 15:10:59 +00:00
Bithumb replace deprecated API to new one
This commit is contained in:
@@ -65,11 +65,11 @@ func TestGetOrderBook(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestGetRecentTransactions(t *testing.T) {
|
||||
func TestGetTransactionHistory(t *testing.T) {
|
||||
t.Parallel()
|
||||
_, err := b.GetRecentTransactions("btc")
|
||||
_, err := b.GetTransactionHistory("btc")
|
||||
if err != nil {
|
||||
t.Error("test failed - Bithumb GetRecentTransactions() error", err)
|
||||
t.Error("test failed - Bithumb GetTransactionHistory() error", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user