forked from EvergreenCrypto/docker-finance
container: fetch: coinbase: reinstate sort (remove pessimization)
Without this sort, transactions will not actually be written...
This commit is contained in:
@@ -188,6 +188,7 @@ namespace docker_finance\exchanges\internal\exchanges\coinbase
|
||||
}
|
||||
}
|
||||
|
||||
sort($stack);
|
||||
return $stack;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user