Closed mikeczabator closed 3 years ago
coin['volume'] will throw a error string indices must be integers at the time of sale when place_order is being called.
coin['volume']
string indices must be integers
place_order
coin['volume'] is not necessary here since we have already set this value to volume on line 72.
volume
coin['volume']
will throw a errorstring indices must be integers
at the time of sale whenplace_order
is being called.coin['volume']
is not necessary here since we have already set this value tovolume
on line 72.