You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add active flag to gdax
gdax has an (undocumented) "status" attribute with a known value of "online".
This patch for javascript adds the active attribute for gdax set to `true` if `status` contains the value `online`.
[ci skip]