[Bug] v3/account returns incorrect btcValue and btcTotal values for SLP coin

I think I’ve found a bug. Request sent to v3/account returns incorrect values for SLP coin, like:

    [SLP] => Array
        (
            [available] => 0.51270000
            [onOrder] => 262496.00000000
            [btcValue] => 0  // <-- this should be non-zero
            [btcTotal] => 0  // <-- this should be non-zero
        )

for all the other coins it looks fine.

/api/v3/account endpoint doesn’t return btcValue nor btcTotal value.