Skip to content

[v0.2.2][BNB-61] Big bug with candles not updating

Pre-release
Pre-release

Choose a tag to compare

@FelipeRamosDev FelipeRamosDev released this 02 Jul 17:37
acf9643

BNB-61 Description

It was found a huge bug on charts updating, that wasn't appending the candles while they were closed. To fix that I changed the approach to store the candles, now it's using a Map approach instead of an array.