Fix roi with fees
This commit is contained in:
@@ -81,7 +81,8 @@ public class AgentGrain : Grain, IAgentGrain
|
||||
UpdatedAt = DateTime.UtcNow,
|
||||
ActiveStrategiesCount = 0,
|
||||
TotalVolume = 0,
|
||||
TotalBalance = 0
|
||||
TotalBalance = 0,
|
||||
TotalFees = 0
|
||||
};
|
||||
|
||||
await _agentService.SaveOrUpdateAgentSummary(emptySummary);
|
||||
|
||||
Reference in New Issue
Block a user