XChange
XChange copied to clipboard
Feature/polo okex candle data catch up
Fixed the periodInSecs calculation
Hi @earce,
Regardless of this PR, the build pipeline seems to be crashing for Kucoin. Is there any option, we can merge this PR?
looks like the version of org.knowm.xchange:xchange-stream-kucoin is wrong
It may be but we did not change any version, it has been done before. One another issue may be the compilation issue.
yes, it was merged in develop by mistake, so you can fix it in your branch as well.
just replace version of parent pom in xchange-stream-kucoin/pom.xml so that it looks like that
<parent>
<groupId>org.knowm.xchange</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.1-SNAPSHOT</version>
</parent>