mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-21 15:10:12 +00:00
Fix Poloniex Trollbox response
This commit is contained in:
@@ -59,7 +59,9 @@ func PoloniexOnTrollbox(args []interface{}, kwargs map[string]interface{}) {
|
||||
message.MessageNumber, _ = args[1].(float64)
|
||||
message.Username = args[2].(string)
|
||||
message.Message = args[3].(string)
|
||||
message.Reputation = args[4].(float64)
|
||||
if len(args) == 5 {
|
||||
message.Reputation = args[4].(float64)
|
||||
}
|
||||
}
|
||||
|
||||
func PoloniexOnDepthOrTrade(args []interface{}, kwargs map[string]interface{}) {
|
||||
|
||||
Reference in New Issue
Block a user