logic->impl renaming fixes
This commit is contained in:
@@ -595,6 +595,7 @@ export const DataFeed = {
|
||||
|
||||
|
||||
poolCallback(chainId, poolPeriod, ohlcs) {
|
||||
if (!ohlcs || ohlcs.length===0) return
|
||||
const key = `${chainId}|${poolPeriod}`;
|
||||
const bars = []
|
||||
for (const ohlc of ohlcs) {
|
||||
|
||||
Reference in New Issue
Block a user